Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2023
1 parent c18d23f commit e1507c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-parser/src/test/java/org/eolang/parser/XMIRTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void convertsAntlrToEbnf() throws Exception {
Logger.debug(this, "XML generated by the convert:%n%s", output);
MatcherAssert.assertThat(
new String(Files.readAllBytes(target), StandardCharsets.UTF_8),
Matchers.containsString("<byte> := /[0-9A-F]/ /[0-9A-F]/ \\\\")
Matchers.containsString("<byte> := /[0-9A-F]/ /[0-9A-F]/ \\\\")
);
}

Expand Down

0 comments on commit e1507c0

Please sign in to comment.