Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
get rid of some regex modifier tests that are (intentionally) no long…
Browse files Browse the repository at this point in the history
…er supported
  • Loading branch information
moritz committed Aug 24, 2010
1 parent dfbe437 commit f32c0d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions t/p6regex/rx_modifiers
Expand Up @@ -140,18 +140,6 @@ foo '-'? bar foo - bar n basic non-match
:s::(\w+) ':=' (\S+) dog := spot /mob 1: <spot @ 7>/ sigspace and capture together
# todo :pugs<feature> :pge<feature>
:perl5 \A.*? bcd\Q$\E..\z a bcd$ef y perl5 syntax (:perl5)
# todo :pge<:x modifier>
:x(6) \d 123456 y repetition (:x)
# todo :pge<:x modifier>
:x(3) \d 123456 y repetition (:x)
# todo :pge<:x modifier>
:x(0) \d 123456 y repetition (:x)
# todo :pge<:nth modifier>
:nth(3) a \d a1a2a3 y nth occurance (:nth)
# todo :pge<feature>
:nth(4) a \d a1a2a3 n nth occurance (:nth)
# todo :pge<feature>
:nth(0) a \d a1a2a3 n nth occurance (:nth)
:s^[\d+ ]* abc 11 12 13 abc y <?ws> before closing bracket

## vim: noexpandtab tabstop=4 shiftwidth=4

0 comments on commit f32c0d3

Please sign in to comment.