From 50cfd8f059161523317746358766fe17a505c5cd Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 26 Mar 2014 14:44:16 +1000 Subject: Only need to check the help stuff once in the tests. --- ClientHamr/GuiLua/test.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ClientHamr/GuiLua/test.lua') 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) test.f = 42 print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) test.f = nil -print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) +print('f is now ' .. test.fooble .. ' ' .. test.f) test.fooble = 42 -print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) +print('f is now ' .. test.fooble .. ' ' .. test.f) test.fooble = nil -print('f is now ' .. test.fooble .. ' ' .. test.f .. ' ' .. skang.things.f.help .. ' ' .. skang.things.fooble.help) +print('f is now ' .. test.fooble .. ' ' .. test.f) -- cgit v1.1