Skip to content

Commit c1c1902

Browse files
committed
[svg2xml] Add tests to valid issue 24 (of upstream repo)
1 parent e4ea051 commit c1c1902

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

src/test/java/com/mxgraph/svg2xml/Svg2XmlTest.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,11 @@ void convertToXml_files_from_two_folders_without_subfolders_files_given_ordered_
7878
);
7979
}
8080

81-
}
81+
@Test
82+
void issue_upstream_24() {
83+
Svg2Xml svg2Xml = newSvg2Xml();
84+
File destPath = destinationFolder("upstream_issue_24");
85+
svg2Xml.convertToXml(svgSourceFiles("upstream-issue-24/entry.svg"), destPath);
86+
}
87+
88+
}
Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)