diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_0072.out | 2 | ||||
-rw-r--r-- | tests/test_0107.out | 19 | ||||
-rw-r--r-- | tests/test_0108.out | 19 | ||||
-rw-r--r-- | tests/test_0109.out | 4 | ||||
-rw-r--r-- | tests/test_0110.out | 1 | ||||
-rw-r--r-- | tests/test_0111.out | 15 |
6 files changed, 60 insertions, 0 deletions
diff --git a/tests/test_0072.out b/tests/test_0072.out index d4fb943..a4d5860 100644 --- a/tests/test_0072.out +++ b/tests/test_0072.out @@ -6,6 +6,7 @@ ./) ./, ./- +./... ./!-/e ./!/d ./(-/c @@ -13,3 +14,4 @@ ./)/g ./,/f ./-/a +./.../h diff --git a/tests/test_0107.out b/tests/test_0107.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/test_0107.out @@ -0,0 +1,19 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/j/foo +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz diff --git a/tests/test_0108.out b/tests/test_0108.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/test_0108.out @@ -0,0 +1,19 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/j/foo +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz diff --git a/tests/test_0109.out b/tests/test_0109.out new file mode 100644 index 0000000..2998538 --- /dev/null +++ b/tests/test_0109.out @@ -0,0 +1,4 @@ +( +- +(/b +-/a diff --git a/tests/test_0110.out b/tests/test_0110.out new file mode 100644 index 0000000..e65ede9 --- /dev/null +++ b/tests/test_0110.out @@ -0,0 +1 @@ +weirdnames/... diff --git a/tests/test_0111.out b/tests/test_0111.out new file mode 100644 index 0000000..e505d02 --- /dev/null +++ b/tests/test_0111.out @@ -0,0 +1,15 @@ +weirdnames +weirdnames/! +weirdnames/!- +weirdnames/( +weirdnames/(- +weirdnames/) +weirdnames/, +weirdnames/- +weirdnames/!-/e +weirdnames/!/d +weirdnames/(-/c +weirdnames/(/b +weirdnames/)/g +weirdnames/,/f +weirdnames/-/a |