gren-lang / core

Gren's core package
https://packages.gren-lang.org/package/gren-lang/core/version/latest/overview
Other
32 stars 8 forks source link

Add empty string test cases to String.any and String.all #58

Closed Arkham closed 1 year ago

Arkham commented 1 year ago

Fixes https://github.com/gren-lang/core/issues/18

I was actually surprised that String.all aCondition "" returns True

robinheghan commented 1 year ago

Thank you! :)