diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 19:52:19 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 19:52:19 +0930 |
commit | 2323b5d0839412f276415f661e3b058b55f5bd4c (patch) | |
tree | 6183a361c7778dbb2b9640555748429e6e6a9d3e /TODO | |
parent | 88fba505797c8c828c3737395b7351da0c9bd8fe (diff) | |
download | lua-cjson-2323b5d0839412f276415f661e3b058b55f5bd4c.tar.gz lua-cjson-2323b5d0839412f276415f661e3b058b55f5bd4c.tar.bz2 lua-cjson-2323b5d0839412f276415f661e3b058b55f5bd4c.zip |
Add extra encoding/nesting tests
- Use pcall() to call test config functions.
- Test encoding with refuse_invalid_numbers() options.
- Test encoding invalid types.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ | |||
1 | - Option to configure encoding escapes. | 1 | - Option to configure encoding escapes. |
2 | 2 | ||
3 | - Make encode/decode routines thread safe (within the same lua_State) | 3 | - Make encode/decode routines OS thread safe (within the same lua_State) |
4 | - Optionally create an object. Clone function. | 4 | - Optionally create an object for settings. Clone function. |
5 | |||
6 | - run_test_group "config" function calls should be protected by pcall? | ||