summaryrefslogtreecommitdiff
path: root/test/regexp/bug420596
blob: b6f285d54cff8cb11694890b29aa6bc28c966433 (plain)
1
2
3
4
5
6
7
8
9
10
=>(\+|-)(0[0-9]|1[0-1])
+01
-01
+10
-10
=>[+-](0[0-9]|1[0-1])
+01
-01
+10
-10