aboutsummaryrefslogtreecommitdiff
path: root/tests/24-backref.sh
blob: 01a6280de67d06f6acb83d4983976fbb6280bc84 (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'