aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index f45aff9..d484cf2 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -46,6 +46,7 @@ print(test.DEFAULT_SKANG)
46print('') 46print('')
47 47
48print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help')) 48print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help'))
49print('fooble = ' .. test.fooble)
49print('cfooble = ' .. test_c.cfooble .. ' ->> ' .. skang.get(test_c, 'cfooble', 'help') .. '[' .. skang.get(test_c, 'cfooble', 'widget') .. ']') 50print('cfooble = ' .. test_c.cfooble .. ' ->> ' .. skang.get(test_c, 'cfooble', 'help') .. '[' .. skang.get(test_c, 'cfooble', 'widget') .. ']')
50print('cfunc ->> ' .. skang.get(test_c, 'cfunc', 'help')) 51print('cfunc ->> ' .. skang.get(test_c, 'cfunc', 'help'))
51test.ffunc('one', 2) 52test.ffunc('one', 2)