1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-21 23:50:50 +08:00
Files
libxml2/test/regexp/bug649244
2019-09-25 14:22:47 +02:00

10 lines
50 B
Plaintext

=>S(a|)E
SE
SxE
=>S(|b)E
SE
SxE
=>S(a||b)E
SE
SxE