Fixed test.
h3rald h3rald@h3rald.com
Sat, 19 Oct 2024 13:23:04 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
tests/global.min
→
tests/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