|
@@ -28,7 +28,13 @@ all_test_defs() ->
|
|
[{var1, "foo"}], <<"foo">>},
|
|
[{var1, "foo"}], <<"foo">>},
|
|
{"Variable name is a tag name",
|
|
{"Variable name is a tag name",
|
|
<<"{{ comment }}">>,
|
|
<<"{{ comment }}">>,
|
|
- [{comment, "Nice work!"}], <<"Nice work!">>}
|
|
|
|
|
|
+ [{comment, "Nice work!"}], <<"Nice work!">>},
|
|
|
|
+ {"list no the attr",
|
|
|
|
+ <<"{{ content.description }}">>,
|
|
|
|
+ [{content, "test"}], <<"">>},
|
|
|
|
+ {"binary no the attr",
|
|
|
|
+ <<"{{ content.description }}">>,
|
|
|
|
+ [{content, <<"test">>}], <<"">>}
|
|
]},
|
|
]},
|
|
{"comment",
|
|
{"comment",
|
|
[{"comment block is excised",
|
|
[{"comment block is excised",
|