From 2323b5d0839412f276415f661e3b058b55f5bd4c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 19:52:19 +0930 Subject: Add extra encoding/nesting tests - Use pcall() to call test config functions. - Test encoding with refuse_invalid_numbers() options. - Test encoding invalid types. --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 46ecb91..a17bc1b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ - Option to configure encoding escapes. -- Make encode/decode routines thread safe (within the same lua_State) - - Optionally create an object. Clone function. - -- run_test_group "config" function calls should be protected by pcall? +- Make encode/decode routines OS thread safe (within the same lua_State) + - Optionally create an object for settings. Clone function. -- cgit v1.2.3-55-g6feb