diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { | |||
181 | { json.decode, { '[ 0.4eg10 ]' }, | 181 | { json.decode, { '[ 0.4eg10 ]' }, |
182 | false, { "Expected comma or array end but found invalid token at character 6" } }, | 182 | false, { "Expected comma or array end but found invalid token at character 6" } }, |
183 | { json.decode, { json_nested }, | 183 | { json.decode, { json_nested }, |
184 | false, { "stack overflow (too many nested data structures)" } } | 184 | false, { "Too many nested data structures" } } |
185 | } | 185 | } |
186 | 186 | ||
187 | local escape_tests = { | 187 | local escape_tests = { |