diff -r 88a3e03f4b9f -r dc56d434e406 spec/stanzacmp_spec.lua --- a/spec/stanzacmp_spec.lua Thu Sep 06 18:23:56 2018 +0100 +++ b/spec/stanzacmp_spec.lua Thu Sep 06 18:26:01 2018 +0100 @@ -109,4 +109,16 @@ yes(s01, s02); end); + + it("should match unordered children at the top level", function () + yes("", ""); + end); + + it("should not match unordered children", function () + no("", ""); + end); + + it("should be possible to disable ordered matching", function () + yes("", ""); + end); end);