[jsp] add test for jspx extension

Refs #1276
This commit is contained in:
Andreas Dangel
2018-08-06 09:44:06 +02:00
parent 2d87f575d3
commit a2d0b41388

View File

@ -61,6 +61,7 @@ public class JspParserTest {
@Test
public void testParseJsp() {
testInternalJspFile(Paths.get("sample.jsp").toFile());
testInternalJspFile(Paths.get("sample.jspx").toFile());
}
@Test