2020-05-16 13:06:52 -04:00
|
|
|
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.
|
2020-05-16 12:51:27 -04:00
|
|
|
|
|
|
|
All comparisons between non-matching types (for example, int vs string) appear to render the else block.
|
2020-05-16 13:00:09 -04:00
|
|
|
|
|
|
|
Greater than follows the same pattern for not rendering when key is omitted or null.
|