diff options
| author | Damien George | 2019-08-22 15:45:13 +1000 |
|---|---|---|
| committer | Damien George | 2019-08-22 15:45:13 +1000 |
| commit | 2eb88f5df74263cf4b458b135d16a100eb7a8bd2 (patch) | |
| tree | 41f860ebba3e5449cf4072eeb10aa6d8ce3a1670 /tests/extmod/ujson_loads_bytes.py.exp | |
| parent | 2dfa69efbbae92faf21360edd5e60c5a9145a2dc (diff) | |
tests/extmod: Split json.loads of bytes/bytearray into separate test.
Because this functionality was introduced in Python 3.6.
Diffstat (limited to 'tests/extmod/ujson_loads_bytes.py.exp')
| -rw-r--r-- | tests/extmod/ujson_loads_bytes.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/extmod/ujson_loads_bytes.py.exp b/tests/extmod/ujson_loads_bytes.py.exp new file mode 100644 index 000000000..c2735a990 --- /dev/null +++ b/tests/extmod/ujson_loads_bytes.py.exp @@ -0,0 +1,2 @@ +[1, 2] +[None] |
