rcl/golden/cmd/patch_error_not_found_collection.test
Ruud van Asseldonk 606cdf08f5 Add more goldens to test 'rcl patch'
These tests together now provide 100% line coverage of rcl::patch.
2025-08-25 22:58:11 +02:00

9 lines
151 B
Text

# command: ["patch", "-", "b", "1"]
{ a = 0 }
# output:
stdin:1:1
1 │ { a = 0 }
╵ ^~~~~~~~~
Error: Could not find 'b' in this expression.