Added lua scripts for testing error checking
This commit is contained in:
parent
1d6d8f69ca
commit
61b50c8fe8
4
incorrect_oct_init.lua
Normal file
4
incorrect_oct_init.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function oct_init()
|
||||||
|
x = 0;
|
||||||
|
x = x + "asdf"
|
||||||
|
end
|
||||||
8
incorrect_oct_loop.lua
Normal file
8
incorrect_oct_loop.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
function oct_init()
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function oct_loop()
|
||||||
|
x = 0;
|
||||||
|
x = x + "asdf"
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user