diff options
Diffstat (limited to 'tests/extmod/ujson_loads_float.py')
| -rw-r--r-- | tests/extmod/ujson_loads_float.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/ujson_loads_float.py b/tests/extmod/ujson_loads_float.py index f1b8cc364..086853a2d 100644 --- a/tests/extmod/ujson_loads_float.py +++ b/tests/extmod/ujson_loads_float.py @@ -14,4 +14,5 @@ my_print(json.loads('1.2')) my_print(json.loads('1e2')) my_print(json.loads('-2.3')) my_print(json.loads('-2e3')) +my_print(json.loads('-2e+3')) my_print(json.loads('-2e-3')) |
