fix: Integer underflow in lexer error message formatting

This commit is contained in:
Hans Krutzer
2025-12-13 11:37:00 +01:00
parent d4b7d1ff6c
commit 3962b3c38d
2 changed files with 11 additions and 2 deletions

View File

@@ -75,4 +75,13 @@ cases:
}
query: data.test
error: expects numeric argument.
- note: multiline-member-access-should-error
data: {}
modules:
- |
package test
output := regex.
match("^a", "b")
query: data.test
error: invalid whitespace between . and identifier