Skip to content

Commit

Permalink
Get tests up to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Oct 22, 2013
1 parent 11affd8 commit 4768ece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/qregex/rx_modifiers
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,26 @@ ab [:ignorecase cd ] ef aBCDef n ignorecase, lexical (:ignorecase)
:s bcd a bcdef y sigspace (:s)
# todo :pugs<feature>
:s bcd a bcd ef y sigspace (:s)
:s bcd abcdef n sigspace (:s)
:s bcd abcd ef n sigspace (:s)
:s bcd abcdef y sigspace (:s)
:s bcd abcd ef y sigspace (:s)
:s bcd ab cdef n sigspace (:s)
# todo :pugs<feature>
:s b c d a b c d ef y sigspace (:s)
# todo :pugs<feature>
:s b c d a b c def y sigspace (:s)
:s b c d ab c d ef n sigspace (:s)
:s b c d ab c d ef y sigspace (:s)
:s b c d a bcdef n sigspace (:s)
:s b c d abcdef n sigspace (:s)
# todo :pugs<feature>
:sigspace bcd a bcdef y sigspace (:sigspace)
# todo :pugs<feature>
:sigspace bcd a bcd ef y sigspace (:sigspace)
:sigspace bcd abcdef n sigspace (:sigspace)
:sigspace bcd abcdef y sigspace (:sigspace)
# todo :pugs<feature>
:sigspace b c d a b c d ef y sigspace (:sigspace)
# todo :pugs<feature>
:sigspace b c d a b c def y sigspace (:sigspace)
:sigspace b c d ab c d ef n sigspace (:sigspace)
:sigspace b c d ab c d ef y sigspace (:sigspace)
# todo :pugs<feature>
:s(1) b c [:s(0) d e f ] a b c def y sigspace, lexical repetition (:s)
:s b c [:!s d e f ] a b c def y sigspace, lexical repetition (:s)
Expand Down

0 comments on commit 4768ece

Please sign in to comment.