Files
nix/tests/functional/lang/parse-fail-unexpected-hpath.err.exp
Sergei Zimmerman 68cf0a7f8a libexpr/parser: Use readable tokens in error messages instead of internal token names
Very low-hanging fruit for improving parser error messages.
2026-01-27 02:11:40 +03:00

6 lines
172 B
Plaintext

error: syntax error, unexpected '~/…' path, expecting identifier or 'or' or '${' or '"'
at «stdin»:1:3:
1| a.~/foo
| ^
2|