Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A few more capture tests.
  • Loading branch information
jnthn committed Sep 29, 2012
1 parent a4febda commit ea7a053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/p5regex/rx_captures
Expand Up @@ -11,3 +11,6 @@ d()ef zzzabcdefzzz y empty capture
(a(b(c))(d)) abcd <mob[1]: bc @ 1> nested match
(a(b(c))(d)) abcd <mob[2]: c @ 2> nested match
(a(b(c))(d)) abcd <mob[3]: d @ 3> nested match
(a)b(c) abc y multiple matches
(a)b(c) abc <mob[0]: a @ 0> basic $0
(a)b(c) abc <mob[1]: c @ 2> basic $1

0 comments on commit ea7a053

Please sign in to comment.