Skip to content

Commit 3274f68

Browse files
committed
Fix tests on Windows
1 parent ac1c391 commit 3274f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_bibliography_block_pages.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function prx(s)
1616
# to get a regex that works on Windows.
1717
rx = replace(rx, mapping)
1818
end
19+
@show rx # DEBUG
1920
Regex(rx)
2021
end
2122

0 commit comments

Comments
 (0)