diff options
Diffstat (limited to 'tests/glob.right')
-rw-r--r-- | tests/glob.right | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/glob.right b/tests/glob.right index 04a0fd5f..68c0666f 100644 --- a/tests/glob.right +++ b/tests/glob.right @@ -1,4 +1,18 @@ foo/bar foobar/bar +ok 1 +ok 2 +ok 3 +ok 4 +ok 5 +b +argv[1] = <AŁ\B> +argv[1] = <A> +argv[1] = <B> +argv[1] = <aŁ\b> +0000000 141 243 134 142 +0000004 +ok 6 +ok 7 argv[1] = <a> argv[2] = <abc> argv[3] = <abd> @@ -13,7 +27,7 @@ argv[2] = <abc> argv[3] = <abd> argv[4] = <abe> tmp/l1 tmp/l2 tmp/*4 tmp/l3 -./glob.tests: line 44: no match: tmp/*4 +./glob.tests: line 45: no match: tmp/*4 argv[1] = <bdir/> argv[1] = <*> argv[1] = <a*> |