diff -r f2b3e8e6690f -r 91a9e557e0e5 spec/stanzacmp_spec.lua --- a/spec/stanzacmp_spec.lua Thu Sep 06 18:28:27 2018 +0100 +++ b/spec/stanzacmp_spec.lua Thu Sep 06 19:13:42 2018 +0100 @@ -122,4 +122,21 @@ it("should be possible to disable ordered matching", function () yes("", ""); end); + + it("should match when there are many children", function () + yes([[ + + + + + + ]] + , [[ + + + + + + ]]); + end); end);