diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-02 11:50:53 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-02 11:50:53 -0500 |
commit | d83ffb41c7f5d42bfb43a19e38ab3d1331f0d86e (patch) | |
tree | 5fb8a6cf29feaf875740cd44291b29ab4e22ee85 /tests/test_follow_comma.out | |
parent | 6b1ecc327f2a1931342ecee1bebc247fa455c678 (diff) | |
download | bfs-d83ffb41c7f5d42bfb43a19e38ab3d1331f0d86e.tar.xz |
tests: Add tests for syntactically invalid globs
Diffstat (limited to 'tests/test_follow_comma.out')
-rw-r--r-- | tests/test_follow_comma.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_follow_comma.out b/tests/test_follow_comma.out index 8b90e76..64d8c51 100644 --- a/tests/test_follow_comma.out +++ b/tests/test_follow_comma.out @@ -8,6 +8,7 @@ ./, ./- ./... +./[ ./\ ./ /j ./!-/e @@ -18,4 +19,5 @@ ./,/f ./-/a ./.../h +./[/k ./\/i |