diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-03-30 11:21:04 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-03-30 11:21:04 -0400 |
commit | fe6b742fc9803afc66e8ed98c7b3ef1ccdfa9a83 (patch) | |
tree | 8199041fe0de462ede358b516814c3c2754fb360 /tests/bfs/files0_from_twice.sh | |
parent | 22b1ab22456306877214a4d9c7bcdf0ad7a293cc (diff) | |
download | bfs-fe6b742fc9803afc66e8ed98c7b3ef1ccdfa9a83.tar.xz |
parse: Track expressions, not just strings, for conflict reporting
Diffstat (limited to 'tests/bfs/files0_from_twice.sh')
-rw-r--r-- | tests/bfs/files0_from_twice.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |