Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 6, 2023
2 parents ff915a3 + 04d8883 commit 196af6f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions eo-runtime/src/test/eo/org/eolang/rust-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,10 @@
18
"Rust insert failed"

# @todo #2498:30min Enable the tests. After removing assert-that from eo-runtime
# $.string-starts-with it not allowed anymore. Need to refactor the next tests and enable them:
# - rust-bind-not-fails, - rust-error
[] > rust-bind-not-fails
1 > a
2 > b
"Rust insert failed" > to-check!
QQ.rust > insert
"""
use eo_env::EOEnv;
Expand All @@ -220,16 +218,17 @@
"""
*
[]
try > res
try > res!
[]
insert > @
[e]
e > @
nop
nop > @
eq.
res
"Rust insert failed"
eq. > @
res.slice
0
to-check.length
to-check

[] > rust-copy-not-fails
123 > a
Expand Down

1 comment on commit 196af6f

@0pdd
Copy link

@0pdd 0pdd commented on 196af6f Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2498-1c661137 disappeared from eo-runtime/src/test/eo/org/eolang/rust-tests.eo), that's why I closed #2516. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.