Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 12 forks source link

Test Cleanup: allow assert to take a boolean argument #590

Open mkromberg opened 1 year ago

mkromberg commented 1 year ago

For historical reasons, assert takes a string to be executed repeatedly for some time. Now, many tests do not require this and we should allow you to just write e.g.

assert 4=2+2