diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-03-07 22:12:46 -0800 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-03-07 22:13:10 -0800 |
commit | aafdd8eead6b5856b9adecdbcec86acc194b8af0 (patch) | |
tree | 91bf8afb2474efeed893ea35ab33847072c58f92 /tests/test_unique_depth.out | |
parent | 0689a4a16f5e80e0c2368f4a68c69ce5f2fdc038 (diff) | |
download | bfs-aafdd8eead6b5856b9adecdbcec86acc194b8af0.tar.xz |
eval: Fix -unique with -depth
Diffstat (limited to 'tests/test_unique_depth.out')
-rw-r--r-- | tests/test_unique_depth.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test_unique_depth.out b/tests/test_unique_depth.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/test_unique_depth.out @@ -0,0 +1,19 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/j/foo +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz |