Commit Graph

1 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