diff options
author | Mark Anthony Palomer <mpalomer@protonmail.ch> | 2016-06-06 11:55:07 -0700 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-12 17:37:19 +0300 |
commit | deaf0712aa46315e51700adf3b24366c338a5504 (patch) | |
tree | af7fb703ecdd1635a8e5832551be44fd8ee4e32a /py/modmicropython.c | |
parent | 3131053e1a3b3d5b08745556ef25c62953139fc3 (diff) | |
download | micropython-deaf0712aa46315e51700adf3b24366c338a5504.tar.gz micropython-deaf0712aa46315e51700adf3b24366c338a5504.zip |
tests: Add testcase for OrderedDict equality.
There's a need for .exp file because CPython renders OrderedDict's as:
OrderedDict([('b', 2)])
while MicroPython as:
OrderedDict({'b': 2})
Diffstat (limited to 'py/modmicropython.c')
0 files changed, 0 insertions, 0 deletions