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

14 lines
225 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnclosedList)
(message "unclosed list")
(file "<fixture>")
(span
(bytes 16 17)
(range 4 1 4 2)
)
(hint "add a closing `)`")
)