Make allowExceptionNameRegex a Regex

This commit is contained in:
Juan Martín Sotuyo Dodero
2023-10-19 22:00:34 -03:00
parent 5bb4a9290d
commit 93f5a68218

View File

@ -1465,7 +1465,7 @@ or reported.
</value>
</property>
<property name="allowCommentedBlocks" type="Boolean" description="Empty blocks containing comments will be skipped" value="false"/>
<property name="allowExceptionNameRegex" type="String" description="Empty blocks catching exceptions with names matching this regular expression will be skipped" value="^(ignored|expected)$"/>
<property name="allowExceptionNameRegex" type="Regex" description="Empty blocks catching exceptions with names matching this regular expression will be skipped" value="^(ignored|expected)$"/>
</properties>
<example>
<![CDATA[