aboutsummaryrefslogtreecommitdiff
path: root/tests/24-backref.sh
blob: 28a203b0d9f20304ae5e426efb50fd1879a3328d (plain)
1
2
3
# With @-capturing, you can reference previous captures
# Example: bp -p '@first=`a-z .. first' matches "aba" and "xyzx", but not "abc"
bp -p '@first:+Abc _ +Abc _ first'