diff options
Diffstat (limited to 'test/pattern/multiple.pat')
-rw-r--r-- | test/pattern/multiple.pat | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/pattern/multiple.pat b/test/pattern/multiple.pat new file mode 100644 index 0000000..3f1ee3e --- /dev/null +++ b/test/pattern/multiple.pat @@ -0,0 +1,27 @@ +a +b +c +c/a +c/b +b/a +c/b/a +c//a +c//b +b//a +c//b//a +c/b//a +c//b/a +/a +/b +/c +/c/a +/c/b +/b/a +/c/b/a +/c//a +/c//b +/b//a +/c//b//a +/c/b//a +/c//b/a + |