Skip to content
Snippets Groups Projects
Commit cb150f379453 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

more coverage

parent d5cb52eeda7e
Branches
No related tags found
No related merge requests found
...@@ -55,6 +55,31 @@ ...@@ -55,6 +55,31 @@
"['single quote']", "['single quote']",
# http://code.google.com/p/simplejson/issues/detail?id=3 # http://code.google.com/p/simplejson/issues/detail?id=3
u'["A\u001FZ control characters in string"]', 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 = { SKIPS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment