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}
{@eq key=str value="master"}str is equal to "master"{:else}str does not equal "master"{/eq}{~n}
{@eq key=str value="7"}str is equal to "7"{:else}str does not equal "7"{/eq}{~n}
{@eq key=int value="7"}int is equal to "7"{:else}int does not equal "7"{/eq}{~n}