minja
: fix gcc8 build of test
This commit is contained in:
parent
e6be59c2a0
commit
9358d1f62c
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue