Bugfixes for eLua. eLua emulation mode
This commit is contained in:
parent
0ee724ca80
commit
705beb6753
5 changed files with 445 additions and 83 deletions
|
|
@ -14,4 +14,5 @@ assert(g.test3 == 37)
|
|||
g.test3 = 42
|
||||
assert(g.test3 == 42)
|
||||
|
||||
assert(g.NEGATE ~= nil)
|
||||
assert(g.do_unary(5, g.NEGATE) == -5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue