aboutsummaryrefslogtreecommitdiff
path: root/test/tests/call.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-03-13 15:38:23 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-03-13 15:38:23 -0400
commitf687e914e07094b1eef11d84dab2e069a9298df5 (patch)
treed74600b3afebd028689baa1c306432fac5030f9f /test/tests/call.lua
parentf96040eb138efdc8f13521bade5bf8bd299bb9fb (diff)
downloadglum-f687e914e07094b1eef11d84dab2e069a9298df5.tar.gz
glum-f687e914e07094b1eef11d84dab2e069a9298df5.tar.bz2
glum-f687e914e07094b1eef11d84dab2e069a9298df5.zip
Started updateing unit tests
Diffstat (limited to 'test/tests/call.lua')
-rw-r--r--test/tests/call.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tests/call.lua b/test/tests/call.lua
index 8549b7f..db79cf9 100644
--- a/test/tests/call.lua
+++ b/test/tests/call.lua
@@ -1,4 +1,6 @@
-
+describe("Should minify calls to other functions correctly",function()
+ local minitxt = glum.
+end)
function afunction()
print("You called a function!")
end