test(lua): add import Lua file test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2d31c6c0b2
commit
38a826013c
2 changed files with 3 additions and 0 deletions
1
tests/lua/implua.lua
Normal file
1
tests/lua/implua.lua
Normal file
|
@ -0,0 +1 @@
|
|||
import("simple.lua")
|
2
tests/lua/simple.lua
Normal file
2
tests/lua/simple.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
print("hello")
|
||||
x = 10
|
Loading…
Add table
Reference in a new issue