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