Closed kartikprabhu closed 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']
nope! this is as expected. Should be source ordered.
Some list checks in the tests are ordered contrary to mf2 expectations. So e.g.
['cat', 'dog', 'mountain lion'] != ['cat', 'mountain lion', 'dog']