Files
lix/tests/functional2/lang/attrs/parse-fail-unterminated.err.exp
T
Qyriad 9f12981b30 parser: improve error message for missing } in attrset
Change-Id: I2846dbd8d0c1beb23c885a2d6d388a4f6a6a6964
2025-11-25 19:50:24 +00:00

6 lines
165 B
Plaintext

error: syntax error, unexpected end of file, expecting '}' to end attribute set
at /pwd/in.nix:3:1:
2| a = "b";
3|
| ^