aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-13 07:04:30 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:34 +1030
commit56473d1553937a105db4dd7fc5215a30a41e98e1 (patch)
tree923b951dee2ab593d02b205514b728207c65f0b2 /tests
parente8163b395942b0e5ec0c4aad07b66472d195e61a (diff)
downloadlua-cjson-56473d1553937a105db4dd7fc5215a30a41e98e1.tar.gz
lua-cjson-56473d1553937a105db4dd7fc5215a30a41e98e1.tar.bz2
lua-cjson-56473d1553937a105db4dd7fc5215a30a41e98e1.zip
Update cjson-misc.lua file description
Diffstat (limited to 'tests')
-rw-r--r--tests/cjson-misc.lua2
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 @@
1local json = require "cjson" 1local 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