Skip to content

Commit

Permalink
fix(#2787): test + checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jan 17, 2024
1 parent 7b591f4 commit 797ff38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ void convertsToXmirAndBack(final String pack, @TempDir final Path temp) throws E

@ParameterizedTest
@CsvSource({"true", "false"})
void convertsValidXmirAndParsableEO(final boolean reversed, @TempDir final Path temp) throws Exception {
void convertsValidXmirAndParsableEO(
final boolean reversed,
@TempDir final Path temp
) throws Exception {
final Map<String, Path> map = new FakeMaven(temp)
.withProgram(
"[args] > app",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ eo: |
.org
.eolang
.string:0
Q.
Q
.org
.eolang
.bytes
00-AX-23
00-42-23

0 comments on commit 797ff38

Please sign in to comment.