actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Fix assert(Not)Equal & add tests #1945

Closed plajjan closed 1 month ago

plajjan commented 1 month ago

Now assertEqual & assertNotEqual actually work properly for None values. Previously they only compared correctly for non-None values.

Also added a test of these testing functions.