Skip to content

Commit

Permalink
Add a small test case for c445c5b
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsage committed Jun 25, 2014
1 parent d92f47a commit 06ab3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/re/re_tests
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ X(?:ABCF[cC]x*|ABCD|ABCF):(?:DIT|DID|DIM) XABCFCxxxxxxxxxx:DIM y $& XABCFCxxxxxx
(?=foo) foo y pos 0
(?=foo) XfooY y pos 1
.*(?=foo) XfooY y pos 1
(?=.*P)P aP y pos 2
(?<=foo) foo y pos 3
(?<=foo) XfooY y pos 4
.*(?<=foo) foo y pos 3
Expand Down

0 comments on commit 06ab3c1

Please sign in to comment.