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