diff options
author | Kaushal Modi <kaushal.modi@gmail.com> | 2018-10-09 14:48:00 -0400 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-09 20:48:00 +0200 |
commit | c6dfbfc2cf8005d1c92dbf4453ad5b4a211900be (patch) | |
tree | 5f1ca79c14d6fef3b07b7c28c13d1dbe79cbabcf /nimdoc/testproject/expected/subdir | |
parent | c68ea019f9fd5d50fcbe6bd8196e4e0297e8c302 (diff) | |
download | Nim-c6dfbfc2cf8005d1c92dbf4453ad5b4a211900be.tar.gz |
Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)
Update the tests too. Fixes https://github.com/nim-lang/Nim/issues/9232.
Diffstat (limited to 'nimdoc/testproject/expected/subdir')
-rw-r--r-- | nimdoc/testproject/expected/subdir/subdir_b/utils.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html index 8ba90657b..e7f9cd508 100644 --- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html +++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html @@ -1277,7 +1277,7 @@ function main() { <div class="section" id="12"> <h1><a class="toc-backref" href="#12">Procs</a></h1> <dl class="item"> -<a id="someType%2C"></a> +<a id="someType,"></a> <dt><pre><span class="Keyword">proc</span> <span class="Identifier">someType</span><span class="Other">(</span><span class="Other">)</span><span class="Other">:</span> <a href="utils.html#SomeType"><span class="Identifier">SomeType</span></a> <span><span class="Other">{</span><span class="Other pragmadots">...</span><span class="Other">}</span></span><span class="pragmawrap"><span class="Other">{.</span><span class="pragma"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span><span class="Other">,</span> <span class="Identifier">tags</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span><span class="Other">.}</span></span></pre></dt> <dd> constructor. |