We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1c391 commit 3274f68Copy full SHA for 3274f68
test/test_bibliography_block_pages.jl
@@ -16,6 +16,7 @@ function prx(s)
16
# to get a regex that works on Windows.
17
rx = replace(rx, mapping)
18
end
19
+ @show rx # DEBUG
20
Regex(rx)
21
22
0 commit comments