slovo/tests/malformed-while.diag
2026-05-22 08:38:43 +02:00

14 lines
262 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MalformedWhileForm)
(message "`while` must have a condition")
(file "<fixture>")
(span
(bytes 37 44)
(range 5 3 5 10)
)
(hint "use `(while condition body...)`")
)