Skip to content

Commit

Permalink
update string union tests with relevent issue links
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 6, 2024
1 parent e0f2437 commit a57880a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/tests/parse_string_union_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function testParseStringUnionTypes1() {
S12|error a12 = parseString(s1);
test:assertEquals(a12, {"#content":42});

// // bug #9
// https://github.com/ballerina-platform/ballerina-library/issues/6929
// S13|error a13 = parseString(s1);
// test:assertEquals(a13, {"#content":42});

Expand Down
1 change: 0 additions & 1 deletion ballerina/tests/parse_type_union_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type A14 record {

@test:Config
function testTraverseUnionTypes1() {
// // bug #3
A11|error a11 = parseAsType(x1);
test:assertEquals(a11, {"#content": "42"});

Expand Down

0 comments on commit a57880a

Please sign in to comment.