From 56da250d69615d70774dbc361fa2693cca1e3df4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 May 2022 12:11:28 -0400 Subject: Split backref/named captures into separate concepts for performance reasons. --- tests/24-backref.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/24-backref.sh b/tests/24-backref.sh index 01a6280..28a203b 100644 --- a/tests/24-backref.sh +++ b/tests/24-backref.sh @@ -1,3 +1,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' +bp -p '@first:+Abc _ +Abc _ first' -- cgit v1.2.3