You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command pycco test.js && grep err docs/test.html && echo "bad" || echo "ok" prints ok for 22e157e but prints bad for a5c7c78 (used git bisect).
I think pycco should not print <div class="highlight"><pre><span class="o">*</span><span class="err">/</span></pre></div>. but only <div class="highlight"><pre></pre></div>. It's only the code section that appears to be affected by the bug, not the docs.
The text was updated successfully, but these errors were encountered:
Given the following
test.js
file:The command
pycco test.js && grep err docs/test.html && echo "bad" || echo "ok"
prints ok for 22e157e but prints bad for a5c7c78 (used git bisect).I think pycco should not print
<div class="highlight"><pre><span class="o">*</span><span class="err">/</span></pre></div>
. but only<div class="highlight"><pre></pre></div>
. It's only the code section that appears to be affected by the bug, not the docs.The text was updated successfully, but these errors were encountered: