Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 12, 2024
2 parents 8f4addc + ffae37d commit 7c9fc5d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions eo-runtime/src/test/eo/org/eolang/seq-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,27 @@
TRUE
TRUE
TRUE

# Test.
[] > seq-single-dataization-int-equal-to-test
(memory 0).alloc > x
eq. > @
seq
*
x.write 0
x.write (x.as-int.plus 1)
x.as-int
1

# Test.
[] > seq-single-dataization-int-equal-to-cache-problem-test
(memory 0).alloc > x
eq. > @
seq
*
at.
* 0 1
x.as-int
x.write (x.as-int.plus 1)
x.as-int
1

0 comments on commit 7c9fc5d

Please sign in to comment.