diff options
Diffstat (limited to 'testes/main.lua')
-rw-r--r-- | testes/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/main.lua b/testes/main.lua index bf3c898e..eb63d588 100644 --- a/testes/main.lua +++ b/testes/main.lua | |||
@@ -226,7 +226,7 @@ RUN("lua -l 'str=string' '-lm=math' -e 'print(m.sin(0))' %s > %s", prog, out) | |||
226 | checkout("0.0\nALO ALO\t20\n") | 226 | checkout("0.0\nALO ALO\t20\n") |
227 | 227 | ||
228 | 228 | ||
229 | -- test module names with version sufix ("libs/lib2-v2") | 229 | -- test module names with version suffix ("libs/lib2-v2") |
230 | RUN("env LUA_CPATH='./libs/?.so' lua -l lib2-v2 -e 'print(lib2.id())' > %s", | 230 | RUN("env LUA_CPATH='./libs/?.so' lua -l lib2-v2 -e 'print(lib2.id())' > %s", |
231 | out) | 231 | out) |
232 | checkout("true\n") | 232 | checkout("true\n") |
@@ -347,7 +347,7 @@ checkout("a\n") | |||
347 | RUN([[lua "-eprint(1)" -ea=3 -e "print(a)" > %s]], out) | 347 | RUN([[lua "-eprint(1)" -ea=3 -e "print(a)" > %s]], out) |
348 | checkout("1\n3\n") | 348 | checkout("1\n3\n") |
349 | 349 | ||
350 | -- test iteractive mode | 350 | -- test interactive mode |
351 | prepfile[[ | 351 | prepfile[[ |
352 | (6*2-6) -- === | 352 | (6*2-6) -- === |
353 | a = | 353 | a = |