diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-03-13 15:38:23 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-03-13 15:38:23 -0400 |
| commit | f687e914e07094b1eef11d84dab2e069a9298df5 (patch) | |
| tree | d74600b3afebd028689baa1c306432fac5030f9f /test/tests/call.lua | |
| parent | f96040eb138efdc8f13521bade5bf8bd299bb9fb (diff) | |
| download | glum-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.lua | 4 |
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 |
