Skip to content

Commit 4768ece

Browse files
committed
Get tests up to spec
1 parent 11affd8 commit 4768ece

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/qregex/rx_modifiers

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,26 @@ ab [:ignorecase cd ] ef aBCDef n ignorecase, lexical (:ignorecase)
7373
:s bcd a bcdef y sigspace (:s)
7474
# todo :pugs<feature>
7575
:s bcd a bcd ef y sigspace (:s)
76-
:s bcd abcdef n sigspace (:s)
77-
:s bcd abcd ef n sigspace (:s)
76+
:s bcd abcdef y sigspace (:s)
77+
:s bcd abcd ef y sigspace (:s)
7878
:s bcd ab cdef n sigspace (:s)
7979
# todo :pugs<feature>
8080
:s b c d a b c d ef y sigspace (:s)
8181
# todo :pugs<feature>
8282
:s b c d a b c def y sigspace (:s)
83-
:s b c d ab c d ef n sigspace (:s)
83+
:s b c d ab c d ef y sigspace (:s)
8484
:s b c d a bcdef n sigspace (:s)
8585
:s b c d abcdef n sigspace (:s)
8686
# todo :pugs<feature>
8787
:sigspace bcd a bcdef y sigspace (:sigspace)
8888
# todo :pugs<feature>
8989
:sigspace bcd a bcd ef y sigspace (:sigspace)
90-
:sigspace bcd abcdef n sigspace (:sigspace)
90+
:sigspace bcd abcdef y sigspace (:sigspace)
9191
# todo :pugs<feature>
9292
:sigspace b c d a b c d ef y sigspace (:sigspace)
9393
# todo :pugs<feature>
9494
:sigspace b c d a b c def y sigspace (:sigspace)
95-
:sigspace b c d ab c d ef n sigspace (:sigspace)
95+
:sigspace b c d ab c d ef y sigspace (:sigspace)
9696
# todo :pugs<feature>
9797
:s(1) b c [:s(0) d e f ] a b c def y sigspace, lexical repetition (:s)
9898
:s b c [:!s d e f ] a b c def y sigspace, lexical repetition (:s)

0 commit comments

Comments
 (0)