From 126470cc7b6c2314c02805e4d00afe04b6b00312 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 22:32:01 +0930 Subject: Add runtime option for persistent encode buffer --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.lua b/tests/test.lua index 1408bb9..4bb62be 100755 --- a/tests/test.lua +++ b/tests/test.lua @@ -181,7 +181,7 @@ local decode_error_tests = { { json.decode, { '[ 0.4eg10 ]' }, false, { "Expected comma or array end but found invalid token at character 6" } }, { json.decode, { json_nested }, - false, { "stack overflow (too many nested data structures)" } } + false, { "Too many nested data structures" } } } local escape_tests = { -- cgit v1.2.3-55-g6feb