slovo/tests/std-string-slice-result-arity.diag

15 lines
288 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code ArityMismatch)
(message "function `std.string.slice_result` called with wrong number of arguments")
(file "<fixture>")
(span
(bytes 53 86)
(range 5 3 5 36)
)
(expected "3")
(found "2")
)