diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-01 16:38:59 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-01 16:39:24 -0500 |
commit | 66dc98dfcc72a1fd928d57d3b9cbe88e7481dba0 (patch) | |
tree | 807a9f7f3e967e97b63e6ee17607800dfc7a30e9 /tests | |
parent | 26cb8d518823044a9eae231885cb4120339f68cf (diff) | |
download | bfs-66dc98dfcc72a1fd928d57d3b9cbe88e7481dba0.tar.xz |
tests: New test for ** in a glob
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_name_star_star.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_name_star_star.out b/tests/test_name_star_star.out new file mode 100644 index 0000000..a9e5d42 --- /dev/null +++ b/tests/test_name_star_star.out @@ -0,0 +1,4 @@ +basic/e/f +basic/j/foo +basic/k/foo +basic/l/foo |