Skip to content

Commit

Permalink
Update tests/jballerina-unit-test/src/test/resources/test-src/express…
Browse files Browse the repository at this point in the history
…ions/binaryoperations/equal_and_not_equal_operation.bal

Co-authored-by: Chiran Sachintha <33259160+chiranSachintha@users.noreply.github.com>
  • Loading branch information
HindujaB and chiranSachintha authored Jan 29, 2024
1 parent 1299ee8 commit a42a9bc
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 a42a9bc

Please sign in to comment.