From d83ffb41c7f5d42bfb43a19e38ab3d1331f0d86e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 2 Feb 2022 11:50:53 -0500 Subject: tests: Add tests for syntactically invalid globs --- tests/test_follow_comma.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_follow_comma.out') 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 -- cgit v1.2.3