diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 16:34:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-28 12:43:05 -0400 |
commit | 3043922abacf5d9e7bdfc7cfc48d9d1652927c29 (patch) | |
tree | ece66889410609c900a9b56f2f37ba81f52a57fe /tests/bfs | |
parent | dfe7ff3c3fbc2f9ed66171358fafa9abb9f2b23d (diff) | |
download | bfs-3043922abacf5d9e7bdfc7cfc48d9d1652927c29.tar.xz |
tests: Add some more weird names
Diffstat (limited to 'tests/bfs')
-rw-r--r-- | tests/bfs/nohidden.out | 8 | ||||
-rw-r--r-- | tests/bfs/nohidden_depth.out | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/bfs/nohidden.out b/tests/bfs/nohidden.out index d3ec901..84e6bd2 100644 --- a/tests/bfs/nohidden.out +++ b/tests/bfs/nohidden.out @@ -1,4 +1,8 @@ + +/n weirdnames +weirdnames/ +weirdnames/ weirdnames/ weirdnames/ /j weirdnames/! @@ -11,6 +15,8 @@ weirdnames/(-/c weirdnames/(/b weirdnames/) weirdnames/)/g +weirdnames/* +weirdnames/*/m weirdnames/, weirdnames/,/f weirdnames/- @@ -19,3 +25,5 @@ weirdnames/[ weirdnames/[/k weirdnames/\ weirdnames/\/i +weirdnames/{ +weirdnames/{/l diff --git a/tests/bfs/nohidden_depth.out b/tests/bfs/nohidden_depth.out index d3ec901..84e6bd2 100644 --- a/tests/bfs/nohidden_depth.out +++ b/tests/bfs/nohidden_depth.out @@ -1,4 +1,8 @@ + +/n weirdnames +weirdnames/ +weirdnames/ weirdnames/ weirdnames/ /j weirdnames/! @@ -11,6 +15,8 @@ weirdnames/(-/c weirdnames/(/b weirdnames/) weirdnames/)/g +weirdnames/* +weirdnames/*/m weirdnames/, weirdnames/,/f weirdnames/- @@ -19,3 +25,5 @@ weirdnames/[ weirdnames/[/k weirdnames/\ weirdnames/\/i +weirdnames/{ +weirdnames/{/l |