kartikprabhu / mf2py

mf2 parser in python (this is an experimental fork)
Other
3 stars 2 forks source link

lists in tests are ordered #63

Closed kartikprabhu closed 6 years ago

kartikprabhu commented 6 years ago

Some list checks in the tests are ordered contrary to mf2 expectations. So e.g.

['cat', 'dog', 'mountain lion'] != ['cat', 'mountain lion', 'dog']

kartikprabhu commented 6 years ago

nope! this is as expected. Should be source ordered.