Skip to content

Commit

Permalink
work around new non-sigspace warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed May 16, 2015
1 parent 1036654 commit 6aeeff1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions t/qregex/rx_modifiers
Expand Up @@ -95,12 +95,12 @@ ab [:ignorecase cd ] ef aBCDef n ignorecase, lexical (:ignorecase)
:sigspace b c d a b c def y 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)
:s(0) b c [:s(1) d e f ] a b c def n sigspace, lexical repetition (:s)
:!s b c [:s d e f ] a b c def n sigspace, lexical repetition (:s)
:s(0) b c [:s(0) d e f ] a b c def n sigspace, lexical repetition (:s)
:!s b c [:!s d e f ] a b c def n sigspace, lexical repetition (:s)
:s(1) b c [:s(0) d \w f ] a b c def y sigspace, lexical repetition (:s)
:s b c [:!s d \w f ] a b c def y sigspace, lexical repetition (:s)
:s(0) b \w [:s(1) d \w f ] a b c def n sigspace, lexical repetition (:s)
:!s b \w [:s d \w f ] a b c def n sigspace, lexical repetition (:s)
:s(0) b \w [:s(0) d \w f ] a b c def n sigspace, lexical repetition (:s)
:!s b \w [:!s d \w f ] a b c def n sigspace, lexical repetition (:s)
# todo :pugs<feature>
:s ab ab y sigspace, trailing ws
foo\s*'-'?\s*bar foo\t \n-\n\t bar y basic match
Expand Down

0 comments on commit 6aeeff1

Please sign in to comment.