diff options
Diffstat (limited to 'test/regexp/branch')
-rw-r--r-- | test/regexp/branch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regexp/branch b/test/regexp/branch new file mode 100644 index 0000000..6a728e6 --- /dev/null +++ b/test/regexp/branch @@ -0,0 +1,14 @@ +=>a|b(d|e(g|h|i)|f)|c +a +c +bd +bf +beg +beh +bei +b +be +bi +f +ab +ac |