# HG changeset patch # User Bob Ippolito <bob@redivi.com> # Date 1356925877 28800 # Sun Dec 30 19:51:17 2012 -0800 # Node ID cb150f379453002632c3c5c93048e7f348a7a90c # Parent d5cb52eeda7e68e75131fc897620fd1872d6b4fe more coverage diff --git a/simplejson/tests/test_fail.py b/simplejson/tests/test_fail.py --- a/simplejson/tests/test_fail.py +++ b/simplejson/tests/test_fail.py @@ -55,6 +55,31 @@ "['single quote']", # http://code.google.com/p/simplejson/issues/detail?id=3 u'["A\u001FZ control characters in string"]', + # misc based on coverage + '{', + '{]', + '{"foo": "bar"]', + '{"foo": "bar"', + 'nul', + 'nulx', + '-', + '-x', + '-e', + '-e0', + '-Infinite', + '-Inf', + 'Infinit', + 'Infinite', + 'NaM', + 'NuN', + 'falsy', + 'fal', + 'trug', + 'tru', + '1e', + '1ex', + '1e-', + '1e-x', ] SKIPS = {