Commit Graph
4 Commits
Author SHA1 Message Date
jclc 36e5e5f2ae feat: add regression test for issue #520 verifying UTF-8 BOM handling
Add a new test file `test/regression/520.wren` that verifies the interpreter correctly
processes source files containing a UTF-8 byte order mark (BOM). The test prints "ok"
and expects that exact output, confirming the BOM does not interfere with parsing or
execution.
2018-04-10 15:53:56 +00:00
jclc 75e828913f refactor: replace manual BOM offset tracking with pointer arithmetic in wrenCompile 2018-04-07 03:04:32 +00:00
jclc 021f4d6eb3 chore: remove trailing blank line and whitespace in wrenCompile function 2018-04-04 02:14:05 +00:00
jclc a296b6d546 fix: skip UTF-8 BOM when compiling Wren source in wrenCompile function 2018-04-04 02:11:59 +00:00