Skip to content

Commit

Permalink
Add parser level test
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Nov 20, 2023
1 parent 3cbf21b commit 1fb2f85
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,8 @@ public void testMissingNameInXMLEndTag() {
public void testMissingQuoteInXMLAttributeValue() {
testFile("xml-template/xml_template_source_35.bal", "xml-template/xml_template_assert_35.json");
}

public void testMissingClosingAndNextStartingAngleBracket() {
testFile("xml-template/xml_template_source_36.bal", "xml-template/xml_template_assert_36.json");
}
}
Loading

0 comments on commit 1fb2f85

Please sign in to comment.