Skip to content

Commit

Permalink
objectionary#2973: Simple tests of plus and minus
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Mar 20, 2024
1 parent aed31b9 commit 629f432
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eo-runtime/src/test/eo/org/eolang/int-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,18 @@
42
TRUE

# Test
[] > one-plus-one
eq. > @
1.plus 1
2

# Test
[] > one-minus-one
eq. > @
1.plus 1
2

# Test.
[] > compares-two-different-types
eq. > @
Expand Down

0 comments on commit 629f432

Please sign in to comment.