blob: c39e1301928a3b184c5026c56c1e2176689fd952 [file] [log] [blame]
When parsing comma-separated lists of regular expressions in the config, ignore
commas that are inside braces since those indicate quantifiers, not delineation
between expressions.
Closes #7229