We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2473530 commit eeb1d58Copy full SHA for eeb1d58
src/test/java/org/utplsql/cli/RunCommandCoverageReporterIT.java
@@ -19,7 +19,7 @@
19
*/
20
class RunCommandCoverageReporterIT extends AbstractFileOutputTest {
21
22
- private static final Pattern REGEX_COVERAGE_TITLE = Pattern.compile("<a href=\"[a-zA-Z0-9#]+\" class=\"src_link\" title=\"[a-zA-Z\\._]+\">([a-zA-Z0-9\\._]+)<\\/a>");
+ private static final Pattern REGEX_COVERAGE_TITLE = Pattern.compile("<a href=\"[a-zA-Z0-9#]+\" class=\"src_link\" title=\"[a-zA-Z\\._ ]+\">([a-zA-Z ]+ )?([a-zA-Z0-9\\._]+)<\\/a>");
23
24
25
private String getTempCoverageFileName(int counter) {
0 commit comments