Skip to content

Commit 796d444

Browse files
committed
add new matching test
1 parent 30408ec commit 796d444

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/matching.ref

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*-------------------------------------------------
44

5-
go = <go1>'\n'<go2>'\n'<go3>'\n'<go4>
5+
go = <go1>'\n'<go2>'\n'<go3>'\n'<go4>'\n'<go5>
66

77
*-------------------------------------------------
88

@@ -56,3 +56,10 @@ test44 e('1235')1e('123')2 = '{'e1'}{'e2'}'
5656
test45 e1e('123')2e('56')3 = '{'e1'}{'e2'}{'e3'}'
5757

5858
*-------------------------------------------------
59+
60+
go5 = <test5 ('abcd')'xx47'>
61+
62+
test5
63+
('ab'eCeD)eAeB'47' = '{'eA'}{'eB'}{'eC'}{'eD'}'
64+
65+
*-------------------------------------------------

0 commit comments

Comments
 (0)