1
0
forked from Mirror/wren

Move test and tweak code a bit.

This commit is contained in:
Bob Nystrom
2018-04-28 10:07:04 -07:00
parent 4d056b6ec3
commit d03ef9e8b0
2 changed files with 3 additions and 6 deletions

2
test/language/bom.wren Normal file
View File

@ -0,0 +1,2 @@
// This file should have a UTF-8 byte order mark
System.print("ok") // expect: ok