Skip to content

Fix #if Conditional Logix

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 03 Mar 23:13
81253ab

Fixes #if to support checking a value's truthiness like Leaf 3 did (#28, fixes #31).

  • Fix null handling for conditionals
  • Fix boolean reduction for future parameter lists with > 1 boolean values
  • Restored and updated leaf3 "testStringIf" test
  • Added tests for conditional and/or

This patch was authored by @b-straub and released by @tanner0101.