aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-26 14:44:16 +1000
committerDavid Walter Seikel2014-03-26 14:44:16 +1000
commit50cfd8f059161523317746358766fe17a505c5cd (patch)
treeec314968a9835ee90eb31d23a147ae8da8c67cf6 /ClientHamr/GuiLua/test.lua
parentAdd notes about security. (diff)
downloadSledjHamr-50cfd8f059161523317746358766fe17a505c5cd.zip
SledjHamr-50cfd8f059161523317746358766fe17a505c5cd.tar.gz
SledjHamr-50cfd8f059161523317746358766fe17a505c5cd.tar.bz2
SledjHamr-50cfd8f059161523317746358766fe17a505c5cd.tar.xz
Only need to check the help stuff once in the tests.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index c1aeb7c..97adf9d 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -53,8 +53,8 @@ test.ffunc('one', 2)
53test.f = 42 53test.f = 42
54print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) 54print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help)
55test.f = nil 55test.f = nil
56print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) 56print('f is now ' .. test.fooble .. ' ' .. test.f)
57test.fooble = 42 57test.fooble = 42
58print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) 58print('f is now ' .. test.fooble .. ' ' .. test.f)
59test.fooble = nil 59test.fooble = nil
60print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) 60print('f is now ' .. test.fooble .. ' ' .. test.f)