Skip to content

gml-min-assert 1.0.3

Latest
Compare
Choose a tag to compare
@Emperor2000 Emperor2000 released this 14 Jul 16:06
· 1 commit to main since this release

This release removes the noone check from the testing library and instead allows noone to be used during runtime as -4 and noone are equal during runtime.
When a value is equal to -4 a warning message is now displayed in assertNegative and assertPositive to notify that the value could also be equal to noone.