This adds support for "{...}" in a structured data array to capture multiple elements.
It adds support for wildcards by splitting the expected output over wildcards; this creates groups for us to process the actual output with. Between these groups, we transform everything into a single wildcard.
This adds support for
"{...}"
in a structured data array to capture multiple elements.It adds support for wildcards by splitting the expected output over wildcards; this creates groups for us to process the actual output with. Between these groups, we transform everything into a single wildcard.
closes #133