From 9200c270c5d1de546a8e0e28fcbd133967b5ae16 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 3 Jun 2024 11:05:35 -0400 Subject: parse: Allow -Darg/-Sarg as well as -D arg / -S arg --- tests/bfs/Sbfs.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/bfs/Sbfs.out (limited to 'tests/bfs/Sbfs.out') diff --git a/tests/bfs/Sbfs.out b/tests/bfs/Sbfs.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/bfs/Sbfs.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 -- cgit v1.2.3