diff options
-rw-r--r-- | tests/cjson-misc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cjson-misc.lua b/tests/cjson-misc.lua index c4462ca..2142464 100644 --- a/tests/cjson-misc.lua +++ b/tests/cjson-misc.lua | |||
@@ -1,6 +1,6 @@ | |||
1 | local json = require "cjson" | 1 | local json = require "cjson" |
2 | 2 | ||
3 | -- Misc routines to assist with CJSON testing | 3 | -- Various common routines used by the Lua CJSON package |
4 | -- | 4 | -- |
5 | -- Mark Pulford <mark@kyne.com.au> | 5 | -- Mark Pulford <mark@kyne.com.au> |
6 | 6 | ||