Skip to content

Commit

Permalink
#2660: no utf
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent cc54e19 commit e38b869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void runsAllSnippets(final String yml) throws IOException {
.plugins()
.appendItself()
.phase("generate-sources")
.goals("register", "assemble", "verify", "transpile");
.goals("register", "assemble", "transpile");
f.build()
.plugins()
.append("org.codehaus.mojo", "exec-maven-plugin", "3.1.1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
out:
- ".*Hello, дорогой!.*"
- ".*Hello, Jeff!.*"
args: ["simple.main"]
eo: |
+package simple
Expand All @@ -11,6 +11,6 @@ eo: |
stdout
"Hello, "
stdout
"дорогой"
"Jeff"
stdout
"!"

0 comments on commit e38b869

Please sign in to comment.