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

Source excerpt breaks on semicolon inside variable #191

Closed
jsit opened this issue Aug 27, 2014 · 6 comments
Closed

Source excerpt breaks on semicolon inside variable #191

jsit opened this issue Aug 27, 2014 · 6 comments
Assignees
Labels
Milestone

Comments

@jsit
Copy link

jsit commented Aug 27, 2014

I have a variable defined as a string with a semicolon in it; this causes the excerpt/preview of the source code to be truncated at that semicolon.

@pascalduez
Copy link
Member

Would you mind providing and example ?

@jsit
Copy link
Author

jsit commented Aug 27, 2014

$string: url('data:image/svg+xml;base64,asdfasdf');

@pascalduez
Copy link
Member

Confirmed.
Moved to SassDoc/scss-comment-parser#15

@valeriangalliat
Copy link
Member

Fixed in scss-comment-parser.

@KittyGiraudel
Copy link
Member

Please run rm -rf node_modules && npm install.

@valeriangalliat
Copy link
Member

(npm update should be enough.)

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

No branches or pull requests

5 participants