aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-22 15:48:05 +1000
committerDavid Walter Seikel2014-03-22 15:48:05 +1000
commit840a7c106b0f52794d4c170f462bfd5908f3fa60 (patch)
tree347138a338fb37391db6fb81778719825e813f92 /ClientHamr/GuiLua/test.lua
parentDissolve ThingSpace, and commands & parameters. (diff)
downloadSledjHamr-840a7c106b0f52794d4c170f462bfd5908f3fa60.zip
SledjHamr-840a7c106b0f52794d4c170f462bfd5908f3fa60.tar.gz
SledjHamr-840a7c106b0f52794d4c170f462bfd5908f3fa60.tar.bz2
SledjHamr-840a7c106b0f52794d4c170f462bfd5908f3fa60.tar.xz
Remove the excess moduleBegin crap.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 0c4968d..470fe23 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -47,6 +47,6 @@ end
47-- Test it. 47-- Test it.
48local skang = require 'skang' 48local skang = require 'skang'
49local test = require 'test' 49local test = require 'test'
50print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.func.help .. ' ->> ' .. test.action .. ' ' .. skang.things.f.action) 50print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.func.help .. ' ->> ' .. skang.things.f.action)
51test.func('one', 2) 51test.func('one', 2)
52skang.things.func('seven', 'aight') 52skang.things.func('seven', 'aight')