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_X.out | |
parent | 6b1ecc327f2a1931342ecee1bebc247fa455c678 (diff) | |
download | bfs-d83ffb41c7f5d42bfb43a19e38ab3d1331f0d86e.tar.xz |
tests: Add tests for syntactically invalid globs
Diffstat (limited to 'tests/test_X.out')
-rw-r--r-- | tests/test_X.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_X.out b/tests/test_X.out index 008297b..52f0278 100644 --- a/tests/test_X.out +++ b/tests/test_X.out @@ -7,6 +7,7 @@ weirdnames/) weirdnames/, weirdnames/- weirdnames/... +weirdnames/[ weirdnames/!-/e weirdnames/!/d weirdnames/(-/c @@ -15,3 +16,4 @@ weirdnames/)/g weirdnames/,/f weirdnames/-/a weirdnames/.../h +weirdnames/[/k |