Remove the headers to the dust helper tests because they were misleading.

This commit is contained in:
Tom Alexander
2020-05-23 22:41:12 -04:00
parent f16c3a4fa1
commit da4ef1a8c8
6 changed files with 0 additions and 30 deletions

View File

@@ -1,8 +1,3 @@
Testing helpers:{~n}
str is {str}{~n}
int is {int}{~n}
alpha is {alpha}{~n}
beta is {beta}{~n}
{@lt key=str value="master"}str is less than "master"{:else}str is greater than or equal to "master"{/lt}{~n}
{@lt key=str value="7"}str is less than "7"{:else}str is greater than or equal to "7"{/lt}{~n}
{@lt key=int value="7"}int is less than "7"{:else}int is greater than or equal to "7"{/lt}{~n}