Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline JS comment misinterpreted #92

Open
pquentin opened this issue Nov 24, 2015 · 0 comments
Open

Multiline JS comment misinterpreted #92

pquentin opened this issue Nov 24, 2015 · 0 comments

Comments

@pquentin
Copy link

Given the following test.js file:

/*
comment
*/

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant