aboutsummaryrefslogtreecommitdiff
path: root/test/tests/call.lua
diff options
context:
space:
mode:
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