test for tailing-vertical-bar regexp bug
svn: r9461
This commit is contained in:
parent
b80d99c2f9
commit
acfcb9878c
|
@ -873,6 +873,8 @@
|
||||||
#"{}"
|
#"{}"
|
||||||
#"{}"
|
#"{}"
|
||||||
(#"|" #"x" (#""))
|
(#"|" #"x" (#""))
|
||||||
|
(#"|x" #"x" (#""))
|
||||||
|
(#"x|" #"x" (#"x"))
|
||||||
(#"\0000" #"\0000" (#"\0\x30"))
|
(#"\0000" #"\0000" (#"\0\x30"))
|
||||||
(#"a(?<=)b" #"ab" (#"ab"))
|
(#"a(?<=)b" #"ab" (#"ab"))
|
||||||
(#"a(?i:b)" #"ab" (#"ab"))
|
(#"a(?i:b)" #"ab" (#"ab"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user