rcl/golden/cmd/patch_error_invalid_replacement.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
202 B
Text

# command: ["patch", "-", "a", "invalid replacement"]
{ a = 0 }
# output:
replacement:1:9
1 │ invalid replacement
╵ ^~~~~~~~~~~
Error: Unexpected content after the main expression.