From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/bfs/color_ls.out | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/bfs/color_ls.out (limited to 'tests/bfs/color_ls.out') diff --git a/tests/bfs/color_ls.out b/tests/bfs/color_ls.out new file mode 100644 index 0000000..b08d894 --- /dev/null +++ b/tests/bfs/color_ls.out @@ -0,0 +1,12 @@ +scratch/foo/bar +scratch/foo/bar +/__bfs__/nowhere +/__bfs__/nowhere +foo/bar/baz/qux +foo/bar/baz/qux +foo/bar/nowhere +foo/bar/nowhere +foo/bar/nowhere/nothing +foo/bar/nowhere/nothing +foo/bar/baz +foo/bar/baz -- cgit v1.2.3