Remove JSP sort functions in tests

Aaa
This commit is contained in:
Clément Fournier
2020-08-31 06:12:38 +02:00
parent b0040c54c6
commit ede5206f72

View File

@@ -415,7 +415,7 @@ public class JspDocStyleTest extends AbstractJspNodesTst {
// in order to ensure that we check the proper attribute
attr = iterator.next();
}
assertEquals("Expected to detect proper value for attribute!", "\r\n", attr.getImage());
assertEquals("Expected to detect proper value for attribute!", "\n", attr.getImage());
}