We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520c0b7 commit 8894e20Copy full SHA for 8894e20
1 file changed
batik-test-old/src/test/java/org/apache/batik/svggen/font/SVGFontTestCase.java
@@ -39,6 +39,6 @@ public void testWriteFontAsSVGFragment() throws Exception {
39
" descent=\"-481\"\n" +
40
" alphabetic=\"0\" />\n" +
41
"<missing-glyph horiz-adv-x=\"886\" d=\"M68 0V1365H750V0H68ZM136 68H682V1297H136V68Z\" />\n" +
42
- "</font>\n", bos.toString());
+ "</font>\n", bos.toString().replace("\r", ""));
43
}
44
0 commit comments