Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 26, 2020
1 parent 47a4df7 commit 675db4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/packages/docutils/rstgen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ type

const dotdotMangle* = "_." ## refs #13223
#[
needed for #13223. synchronize with `escapeLink`.
needed for #13223.
synchronize with `escapeLink` and tests/misc/trunner.nim
Other options turned out problematic: `@@`, `..7`, `7..`
`@@` can cause problems unless it's encoded %40 (ugly) according to
https://stackoverflow.com/questions/19509028/can-i-use-an-at-symbol-inside-urls/19737890
Expand Down
4 changes: 2 additions & 2 deletions tests/misc/trunner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ else: # don't run twice the same test
let htmlFile = htmldocsDir/"mmain.html"
check htmlFile in outp # sanity check for `hintSuccessX`
assertEquals ret, """
@@/imp.html
@@/imp.idx
_./imp.html
_./imp.idx
dochack.js
imp.html
imp.idx
Expand Down

0 comments on commit 675db4b

Please sign in to comment.