From 629f43230e35d72074cc46ca8f20cdde93c95354 Mon Sep 17 00:00:00 2001 From: levBagryansky <28lev11@gmail.com> Date: Wed, 20 Mar 2024 16:20:01 +0300 Subject: [PATCH] #2973: Simple tests of plus and minus --- eo-runtime/src/test/eo/org/eolang/int-tests.eo | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/eo-runtime/src/test/eo/org/eolang/int-tests.eo b/eo-runtime/src/test/eo/org/eolang/int-tests.eo index 25a16a6033..65fb9965dc 100644 --- a/eo-runtime/src/test/eo/org/eolang/int-tests.eo +++ b/eo-runtime/src/test/eo/org/eolang/int-tests.eo @@ -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. > @