# this tests block definition and re-definition
# newlines are intentionally left around the block
%% BLOCK foo %%
[ This is the first BLOCK definition of foo ]
%% ENDBLOCK %%
---
%% INCLUDE foo format="%s" %%
---
---
%% INCLUDE foo %%
---
%% BLOCK foo %%
[ This is the second BLOCK definition of foo ]
%% ENDBLOCK %%
---
%% INCLUDE foo %%
---