lean2/tests/lua/old/st2.lua
Leonardo de Moura a6116e3156 test(lua): reactivate some of the Lua unit tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-04-29 10:36:57 -07:00

7 lines
100 B
Lua

-- Create a nested lua_State object
S = State()
S:dostring([[
flag = ...
print(flag)
]], true)