Added unit test for syntax highlighting

This commit is contained in:
unknown
2018-09-13 09:51:56 -06:00
parent 9f7f1d63be
commit 7ea26df373
3 changed files with 61 additions and 15 deletions

10
pom.xml
View File

@@ -91,11 +91,11 @@
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mozilla/rhino -->
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.10</version>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.32</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>