mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
11 lines
257 B
Text
11 lines
257 B
Text
# command: ["patch", "-", "invalid path", "1"]
|
|
null
|
|
|
|
# output:
|
|
path:1:1
|
|
╷
|
|
1 │ invalid path
|
|
╵ ^~~~~~~~~~~~
|
|
Error: This path segment is not a valid identifier.
|
|
|
|
Help: A document path can only contain identifiers, not list indexes or arbitrary keys.
|