aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuiLua/test.lua')
-rw-r--r--src/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/test.lua b/src/GuiLua/test.lua
index ee007ea..7fe2e52 100644
--- a/src/GuiLua/test.lua
+++ b/src/GuiLua/test.lua
@@ -2,7 +2,7 @@
2-- By virtue of the fact we are stuffing our result into package.loaded[], just plain running this works as "loading the module". 2-- By virtue of the fact we are stuffing our result into package.loaded[], just plain running this works as "loading the module".
3do -- Only I'm not gonna indent this. 3do -- Only I'm not gonna indent this.
4 4
5local skang = require 'skang' 5skang = require 'skang'
6local _M = skang.moduleBegin('test', nil, 'Copyright 2014 David Seikel', '0.1', '2014-03-27 03:57:00', [[ 6local _M = skang.moduleBegin('test', nil, 'Copyright 2014 David Seikel', '0.1', '2014-03-27 03:57:00', [[
7 local win = skang.window(200, 100, "G'day planet.", 'testWindow') 7 local win = skang.window(200, 100, "G'day planet.", 'testWindow')
8 skang.thingasm{win, 'quitter', 'Quits the skang window', types = 'widget', widget='"button", "Quit", 10, 10, 100, 30'} 8 skang.thingasm{win, 'quitter', 'Quits the skang window', types = 'widget', widget='"button", "Quit", 10, 10, 100, 30'}