mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
Also test that importing absolute paths is not allowed, which triggered adding this info in the first place.
8 lines
207 B
Text
8 lines
207 B
Text
import "/home/user/.config/secrets.rcl"
|
|
|
|
# output:
|
|
stdin:1:8
|
|
╷
|
|
1 │ import "/home/user/.config/secrets.rcl"
|
|
╵ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Error: Importing absolute paths is not allowed.
|