summaryrefslogtreecommitdiff
path: root/test/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'test/regexp')
-rw-r--r--test/regexp/bug42059610
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regexp/bug420596 b/test/regexp/bug420596
new file mode 100644
index 00000000..b6f285d5
--- /dev/null
+++ b/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