diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-04-16 12:14:02 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-04-16 12:14:02 -0400 |
commit | e42e0f1012229e4473919c738ab7e4bcaff8033a (patch) | |
tree | d4e7d16a4e2ece4b4de1aac1d8075369d8d645a0 /tests | |
parent | 455b724279c1cb4aefc0d2f81b65641990dd7689 (diff) | |
download | bfs-e42e0f1012229e4473919c738ab7e4bcaff8033a.tar.xz |
Implement -X
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_X.out | 17 | ||||
-rw-r--r-- | tests/test_follow_comma.out | 4 | ||||
-rw-r--r-- | tests/test_nohidden.out | 4 |
3 files changed, 25 insertions, 0 deletions
diff --git a/tests/test_X.out b/tests/test_X.out new file mode 100644 index 0000000..008297b --- /dev/null +++ b/tests/test_X.out @@ -0,0 +1,17 @@ +weirdnames +weirdnames/! +weirdnames/!- +weirdnames/( +weirdnames/(- +weirdnames/) +weirdnames/, +weirdnames/- +weirdnames/... +weirdnames/!-/e +weirdnames/!/d +weirdnames/(-/c +weirdnames/(/b +weirdnames/)/g +weirdnames/,/f +weirdnames/-/a +weirdnames/.../h diff --git a/tests/test_follow_comma.out b/tests/test_follow_comma.out index a4d5860..8b90e76 100644 --- a/tests/test_follow_comma.out +++ b/tests/test_follow_comma.out @@ -1,4 +1,5 @@ . +./ ./! ./!- ./( @@ -7,6 +8,8 @@ ./, ./- ./... +./\ +./ /j ./!-/e ./!/d ./(-/c @@ -15,3 +18,4 @@ ./,/f ./-/a ./.../h +./\/i diff --git a/tests/test_nohidden.out b/tests/test_nohidden.out index e505d02..d2a9690 100644 --- a/tests/test_nohidden.out +++ b/tests/test_nohidden.out @@ -1,4 +1,5 @@ weirdnames +weirdnames/ weirdnames/! weirdnames/!- weirdnames/( @@ -6,6 +7,8 @@ weirdnames/(- weirdnames/) weirdnames/, weirdnames/- +weirdnames/\ +weirdnames/ /j weirdnames/!-/e weirdnames/!/d weirdnames/(-/c @@ -13,3 +16,4 @@ weirdnames/(/b weirdnames/)/g weirdnames/,/f weirdnames/-/a +weirdnames/\/i |