summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ujson_dumps_extra.py
blob: 0e593c3e93338ef6a4f4791e2250c1b88a6416b4 (plain) (blame)
1
2
3
4
5
# test uPy ujson behaviour that's not valid in CPy

import ujson

print(ujson.dumps(b'1234'))