You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some text that doesn't affect the outcome <<beginOptional>>some optional text <<beginOption>>make this complext<<endOptional>><<endOptional>> <<var name="something"; original="orig";match=".+">> more text
it will fail since the match template parser will look for the more text without considering possible variable text.
This issue will not occur if there is no nested optional or var elements nested inside the optional.
The text was updated successfully, but these errors were encountered:
If a license template has the following form:
some text that doesn't affect the outcome <<beginOptional>>some optional text <<beginOption>>make this complext<<endOptional>><<endOptional>> <<var name="something"; original="orig";match=".+">> more text
it will fail since the match template parser will look for the
more text
without considering possible variable text.This issue will not occur if there is no nested optional or var elements nested inside the optional.
The text was updated successfully, but these errors were encountered: