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