Skip to content

Commit eeb1d58

Browse files
committed
Fixing failing test for 3.1.11
1 parent 2473530 commit eeb1d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/utplsql/cli/RunCommandCoverageReporterIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class RunCommandCoverageReporterIT extends AbstractFileOutputTest {
2121

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>");
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-Z ]+ )?([a-zA-Z0-9\\._]+)<\\/a>");
2323

2424

2525
private String getTempCoverageFileName(int counter) {

0 commit comments

Comments
 (0)