6 lines
192 B
Lua
6 lines
192 B
Lua
-- This script tests that text loading works
|
|
-- The actual bytecode rejection test is done from C++ side
|
|
-- by attempting to load a bytecode string directly
|
|
|
|
print("PASS: Text loading works")
|