Skip to content

Commit

Permalink
jping for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 15, 2024
1 parent f83cb99 commit d0e4cbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eo-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ SOFTWARE.
<artifactId>jucs</artifactId>
<!-- version from parent POM -->
</dependency>
<dependency>
<groupId>com.yegor256</groupId>
<artifactId>jping</artifactId>
<!-- version from parent POM -->
</dependency>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>xax</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions eo-parser/src/test/java/org/eolang/parser/StrictXmirTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.jcabi.xml.XMLDocument;
import com.yegor256.Mktmp;
import com.yegor256.MktmpResolver;
import com.yegor256.WeAreOnline;
import java.nio.file.Path;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
Expand All @@ -46,6 +47,7 @@ final class StrictXmirTest {

@Test
@ExtendWith(MktmpResolver.class)
@ExtendWith(WeAreOnline.class)
void validatesXmir(@Mktmp final Path tmp) {
MatcherAssert.assertThat(
"validation should pass as normal",
Expand Down

0 comments on commit d0e4cbd

Please sign in to comment.