Add a test for gte.

This commit is contained in:
Tom Alexander
2020-05-16 15:45:57 -04:00
parent 7d4cb14530
commit 02abee1c53
4 changed files with 116 additions and 2 deletions

View File

@@ -1,7 +1,19 @@
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.
Greater than follows the same pattern for not rendering when key is omitted or null.
greater than
------------
All comparisons between non-matching types (for example, int vs string) appear to render the else block.
Comparisons between non-scalar types (like arrays) appears to render the else block.
Comparisons between non-scalar types (like arrays) appears to render the else block
Greater than follows the same pattern for not rendering when key is omitted or null.
greater than or equals to
-------------------------
All comparisons between non-matching types (for example, int vs string) appear to render the main block.
Comparisons between non-scalar types (like arrays) appears to render the main block