minja: fix gcc8 build of test

This commit is contained in:
ochafik 2024-09-28 19:50:08 +01:00
parent e6be59c2a0
commit 9358d1f62c

View File

@ -123,8 +123,9 @@ int main() {
test_render(R"({%- if True %} {% set _ = x %}{%- endif %}{{ 1 }})",
{},
{
.lstrip_blocks = true,
.trim_blocks = true
/* .lstrip_blocks = */ true,
/* .trim_blocks = */ true,
/* .keep_trailing_newline = */ false,
},
" 1"
);