diff options
Diffstat (limited to 'libxml2/test/regexp/bug420596')
-rw-r--r-- | libxml2/test/regexp/bug420596 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/regexp/bug420596 b/libxml2/test/regexp/bug420596 new file mode 100644 index 0000000..b6f285d --- /dev/null +++ b/libxml2/test/regexp/bug420596 @@ -0,0 +1,10 @@ +=>(\+|-)(0[0-9]|1[0-1]) ++01 +-01 ++10 +-10 +=>[+-](0[0-9]|1[0-1]) ++01 +-01 ++10 +-10 |