diff options
Diffstat (limited to 'tests/test.lua')
-rwxr-xr-x | tests/test.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index 3c8c404..51f29c4 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -1,5 +1,9 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/usr/bin/env lua |
2 | 2 | ||
3 | -- CJSON tests | ||
4 | -- | ||
5 | -- Mark Pulford <mark@kyne.com.au> | ||
6 | |||
3 | require "common" | 7 | require "common" |
4 | local json = require "cjson" | 8 | local json = require "cjson" |
5 | 9 | ||