rcl/golden/cmd/patch_error_not_found_statements.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

10 lines
147 B
Text

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