fix: add lexError calls for invalid string literals and unterminated strings in wren_compiler.c
Replace TODO comments with proper error reporting for unterminated strings, incomplete Unicode escapes, and invalid escape sequences. Add five new test files covering each error case.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// expect error line 2
|
||||
"\u00"
|
||||
Reference in New Issue
Block a user