duster/js/test_cases/helpers_gt
Tom Alexander 71e6da39ee
Add a test for boolean comparison.
2020-05-16 13:46:31 -04:00
..
README.md Add greater-than-specific tests to investigate string ordering. 2020-05-16 13:06:52 -04:00
input1.json Add a test for boolean comparison. 2020-05-16 13:46:31 -04:00
main.dust Add a test for boolean comparison. 2020-05-16 13:46:31 -04:00

README.md

Based on my tests, it appears dust is sorting based on ascii-table values. This also appears to extend to unicode codepoints based on a symbols test.

All comparisons between non-matching types (for example, int vs string) appear to render the else block.

Greater than follows the same pattern for not rendering when key is omitted or null.