summary refs log tree commit diff stats
path: root/nimdoc/testproject/expected/subdir
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2021-05-14 08:30:47 +0300
committerGitHub <noreply@github.com>2021-05-14 07:30:47 +0200
commit97970d9dccb24bb290cdba14275acae62602c832 (patch)
treeb4d35aefd2a1a549fdbe5ebd4839bd7e7c165105 /nimdoc/testproject/expected/subdir
parent3c622d799929520ce4f1831ec2b8ba575f21e2e0 (diff)
downloadNim-97970d9dccb24bb290cdba14275acae62602c832.tar.gz
`doc2tex`: generate docs to Latex (#17997)
* `doc2tex`: generate docs to Latex

* address some comments
Diffstat (limited to 'nimdoc/testproject/expected/subdir')
-rw-r--r--nimdoc/testproject/expected/subdir/subdir_b/utils.html2
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 c1ee9c49d..794066cae 100644
--- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html
+++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html
@@ -208,7 +208,7 @@ constructor.
 
 this should be shown in utils.html
 <p><strong class="examples_text">Example:</strong></p>
-<pre class="listing"><span class="Identifier">assert</span><span class="Whitespace"> </span><span class="DecNumber">3</span><span class="Operator">*</span><span class="DecNumber">2</span><span class="Whitespace"> </span><span class="Operator">==</span><span class="Whitespace"> </span><span class="DecNumber">6</span></pre>ditto
+<pre class="listing"><span class="Identifier">assert</span> <span class="DecNumber">3</span><span class="Operator">*</span><span class="DecNumber">2</span> <span class="Operator">==</span> <span class="DecNumber">6</span></pre>ditto
 
 </dd>