all repos — min @ 46fdeb268bb189eb5ae912d652d62e81fdd49cd9

A small but practical concatenative programming language.

Fixed test.
h3rald h3rald@h3rald.com
Sat, 19 Oct 2024 13:23:04 +0000
commit

46fdeb268bb189eb5ae912d652d62e81fdd49cd9

parent

5525760e59795c8afb4e15945a9a2d72af98d78a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests/global.mintests/global.min

@@ -799,7 +799,7 @@ ((2 4 6 8) 'odd? any? not) test.assert

((1 2 "test") ("test" "a" true 1) intersection (1 "test") ==) test.assert - ((1 2 "test") ("test" "a" true 1) union (true 1 "test" "a" 2) ==) test.assert + ((1 2 "test") ("test" "a" true 1) union (1 true "a" "test" 2) ==) test.assert ((1 2 "test") ("test" "a" true 1) difference (2) ==) test.assert