slovo/tests/test-invalid-escaped-name.diag
2026-05-22 08:38:43 +02:00

14 lines
353 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code InvalidTestName)
(message "test name must be non-empty printable ASCII without quotes, backslashes, or newlines")
(file "<fixture>")
(span
(bytes 22 33)
(range 4 7 4 18)
)
(expected "non-empty printable ASCII without quotes, backslashes, or newlines")
)