Skip to content

Commit

Permalink
#2660: some tests enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent 42989da commit cc54e19
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public void exec() throws IOException {
new Moja<>(ParseMojo.class),
new Moja<>(OptimizeMojo.class),
new Moja<>(ShakeMojo.class),
new Moja<>(VerifyMojo.class),
new Moja<>(DiscoverMojo.class),
new Moja<>(ProbeMojo.class),
new Moja<>(PullMojo.class),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
skip: true
out:
- ".*works!.*"
args: ["foo.main"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
skip: true
out:
- ".*true.*"
- ".*8 is the 6th number.*"
args: [ "main" ]
eo: |
+alias org.eolang.io.stdout
[args] > main
[n] > f
if. > @
Expand All @@ -11,7 +13,9 @@ eo: |
plus.
f (n.minus 1)
f (n.minus 2)
eq. > @
8
f 6
stdout > @
QQ.txt.sprintf
"%d is the %dth number\n"
8
f 6
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
skip: true
out:
- ".*greater.*"
args: [ "main", "17" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
skip: true
out:
- ".*Hello, дорогой!.*"
args: ["simple.main"]
Expand Down

0 comments on commit cc54e19

Please sign in to comment.