Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 20, 2023
2 parents 1fb837f + 68c8608 commit 2a51b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SOFTWARE.
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.29.6</version>
<version>0.32.0</version>
<executions>
<execution>
<id>compile</id>
Expand Down
3 changes: 2 additions & 1 deletion src/test/eo/org/eolang/txt/sprintf-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

[] > prints-bytes-and-complex-string
assert-that > @
sprintf "%c %s %c abc"
sprintf
"%c %s %c abc"
100.as-bytes
"e f"
56.as-bytes
Expand Down

0 comments on commit 2a51b7f

Please sign in to comment.