File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Goal tests
2
2
'(' ~ ')' \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
5
5
'(' ~ ')' \d+ (abc) n can't match internal stuff
6
6
'(' ~ ')' \d+ () n missing internal stuff
7
7
['('] ~ [')'] \d+ (123) y goal syntax with brackets
10
10
('(') ~ (')') (\d\d+) (123) y goal syntax with parentheses
11
11
'(' ~ <[()]> \d+ (123) y non-literal goal
12
12
'(' ~ <[()]> \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
15
15
(a) ~ (c) (b) abc <mob[0]: a @ 0> capturing and goal matching interaction (1)
16
16
(a) ~ (c) (b) abc <mob[1]: c @ 2> capturing and goal matching interaction (2)
17
17
(a) ~ (c) (b) abc <mob[2]: b @ 1> capturing and goal matching interaction (3)
You can’t perform that action at this time.
0 commit comments