Skip to content

Commit 3e7f598

Browse files
committed
Fix tests on Windows
1 parent ac1c391 commit 3e7f598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_bibliography_block_pages.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ function prx(s)
1616
# to get a regex that works on Windows.
1717
rx = replace(rx, mapping)
1818
end
19+
@show rx # DEBUG
20+
@show Regex(rx) # DEBUG
1921
Regex(rx)
2022
end
2123

0 commit comments

Comments
 (0)