Commit 1dcef400 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch '5-invalid-initializer-in-declare_group-when-processing-a-list-of-options' into 'main'

Resolve "Invalid initializer in `declare_group` when processing a list of options"

Closes #5

See merge request !5
parents 5dc54135 2397454b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -401,9 +401,9 @@ class Section:
declare_section(
    {keyword},
    sec_type::{required},
    declare_group(
    declare_group({{
        {options}
    )
    }})
)
"""