test for tailing-vertical-bar regexp bug

svn: r9461
This commit is contained in:
Matthew Flatt 2008-04-24 19:04:16 +00:00
parent b80d99c2f9
commit acfcb9878c

View File

@ -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"))