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_stdin_twice.sh | 1 + tests/bfs/files0_from_twice.out | 4 ++++ tests/bfs/files0_from_twice.sh | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 tests/bfs/files0_from_stdin_twice.sh create mode 100644 tests/bfs/files0_from_twice.out create mode 100644 tests/bfs/files0_from_twice.sh (limited to 'tests/bfs') diff --git a/tests/bfs/files0_from_stdin_twice.sh b/tests/bfs/files0_from_stdin_twice.sh new file mode 100644 index 0000000..752e9de --- /dev/null +++ b/tests/bfs/files0_from_stdin_twice.sh @@ -0,0 +1 @@ +! invoke_bfs -files0-from - -files0-from - "$TEST/in1" +printf 'basic/g\0' >"$TEST/in2" +bfs_diff -files0-from "$TEST/in1" -files0-from "$TEST/in2" -- cgit v1.2.3