Files
nix/tests/functional/lang/parse-fail-unexpected-float.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
163 B
Plaintext

error: syntax error, unexpected floating-point literal, expecting 'inherit'
at «stdin»:1:3:
1| { 1.5 = x; }
| ^
2|