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