Skip to content

Commit

Permalink
Fixed the custom_tag4 setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidw authored and kaos committed Dec 9, 2013
1 parent 7ffe322 commit 5464e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/erlydtl_functional_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ setup("custom_tag2") ->
setup("custom_tag3") ->
{ok, [{a, <<"a1">>}], [{locale, ru}], <<"b3\n">>};
setup("custom_tag4") ->
{ok, [<<"a|b">>, <<"\n">>]};
{ok, [], [], [<<"a|b">>, <<"\n">>]};
setup("ssi") ->
RenderVars = [{path, filename:absname(filename:join(["tests", "input", "ssi_include.html"]))}],
{ok, RenderVars};
Expand Down

0 comments on commit 5464e17

Please sign in to comment.