aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/db.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/testes/db.lua b/testes/db.lua
index 5377f6ec..fdb0da4a 100644
--- a/testes/db.lua
+++ b/testes/db.lua
@@ -119,6 +119,16 @@ else
119end 119end
120]], {2,3,4,7}) 120]], {2,3,4,7})
121 121
122test([[
123local function foo()
124end
125foo()
126A = 1
127A = 2
128A = 3
129]], {2, 3, 2, 4, 5, 6})
130
131
122test([[-- 132test([[--
123if nil then 133if nil then
124 a=1 134 a=1