Skip to content

Commit 3ae36d0

Browse files
committed
Update NQP test suite for goal matching changes.
1 parent 121db36 commit 3ae36d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/qregex/rx_goal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Goal tests
22
'(' ~ ')' \d+ (123) y basic goal syntax
3-
'(' ~ ')' \d+ (123 <couldn't find final> missing goal
4-
'(' ~ ')' \d+ (123abc) <couldn't find final> stuff before goal
3+
'(' ~ ')' \d+ (123 n missing goal
4+
'(' ~ ')' \d+ (123abc) n stuff before goal
55
'(' ~ ')' \d+ (abc) n can't match internal stuff
66
'(' ~ ')' \d+ () n missing internal stuff
77
['('] ~ [')'] \d+ (123) y goal syntax with brackets
@@ -10,8 +10,8 @@
1010
('(') ~ (')') (\d\d+) (123) y goal syntax with parentheses
1111
'(' ~ <[()]> \d+ (123) y non-literal goal
1212
'(' ~ <[()]> \d+ (123( y non-literal goal
13-
'(' ~ <[()]> \d+ (123] <Unable to parse> failing non-literal goal
14-
:dba('zz') '(' ~ ')' \d+ (123 <zz> :dba adverb
13+
'(' ~ <[()]> \d+ (123] n failing non-literal goal
14+
:dba('zz') '(' ~ ')' \d+ (123 n :dba adverb
1515
(a) ~ (c) (b) abc <mob[0]: a @ 0> capturing and goal matching interaction (1)
1616
(a) ~ (c) (b) abc <mob[1]: c @ 2> capturing and goal matching interaction (2)
1717
(a) ~ (c) (b) abc <mob[2]: b @ 1> capturing and goal matching interaction (3)

0 commit comments

Comments
 (0)