Skip to content

Commit

Permalink
Merge branch 'fix-type-check-xml-sequence' of github.com:HindujaB/bal…
Browse files Browse the repository at this point in the history
…lerina-lang into fix-type-check-xml-sequence
  • Loading branch information
HindujaB committed Feb 13, 2024
2 parents 20ad858 + a42a9bc commit 64705e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,6 @@ public function testXmlSequenceLHSEquals() {
test:assertTrue(x1 == x2 && !(x1 != x2));
}


function testXmlStringNegative() {
anydata x1 = xml `<book>The Lost World</book>`;
anydata x2 = "<book>The Lost World</book>";
Expand Down

0 comments on commit 64705e9

Please sign in to comment.