Commit 922ecdc
authored
genhtml: Fix apply_prefix regex on Windows (#442)
Ensure that `$lcovutil::dirseparator`, which can be a backslash, is properly escaped in the regex. Fixes an error of the form:
```
genhtml: ERROR: Unmatched ) in regex; marked by <-- HERE in m/^C\:\\b\\absmfft5\\execroot\\_main\\_tmp\\841d8b670c55601362e55b1ef828d048\\workspace\(.*) <-- HERE $/
```
Signed-off-by: Fabian Meumertzheim <fabian@meumertzhe.im>1 parent b0a5aa5 commit 922ecdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13806 | 13806 | | |
13807 | 13807 | | |
13808 | 13808 | | |
13809 | | - | |
| 13809 | + | |
13810 | 13810 | | |
13811 | 13811 | | |
13812 | 13812 | | |
| |||
0 commit comments