slovo/tests/std-string-ends-with-arity.diag

15 lines
285 B
Plaintext

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