duster/js/test_cases/helpers_math
Tom Alexander c5db1cea8f
Add a test case for the math helper and add else blocks to the select test.
2020-06-13 11:45:45 -04:00
..
README.md Add a test case for the math helper and add else blocks to the select test. 2020-06-13 11:45:45 -04:00
input1.json Add a test case for the math helper and add else blocks to the select test. 2020-06-13 11:45:45 -04:00
main.dust Add a test case for the math helper and add else blocks to the select test. 2020-06-13 11:45:45 -04:00

README.md

Early termination

If the math helper has a body then it stops rendering conditionals after the first conditional that returns true. Rendering an else block does not cause early termination, but else blocks are rendered.