From fe6b742fc9803afc66e8ed98c7b3ef1ccdfa9a83 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 30 Mar 2025 11:21:04 -0400 Subject: parse: Track expressions, not just strings, for conflict reporting --- tests/bfs/files0_from_twice.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/bfs/files0_from_twice.sh (limited to 'tests/bfs/files0_from_twice.sh') diff --git a/tests/bfs/files0_from_twice.sh b/tests/bfs/files0_from_twice.sh new file mode 100644 index 0000000..1119952 --- /dev/null +++ b/tests/bfs/files0_from_twice.sh @@ -0,0 +1,3 @@ +printf 'basic/c\0' >"$TEST/in1" +printf 'basic/g\0' >"$TEST/in2" +bfs_diff -files0-from "$TEST/in1" -files0-from "$TEST/in2" -- cgit v1.2.3