mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
9 lines
202 B
Text
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.
|