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

Sass parses two SilentComment separated by two newlines as one #1941

Closed
tbondwilkinson opened this issue Apr 20, 2023 · 0 comments · Fixed by #1945
Closed

Sass parses two SilentComment separated by two newlines as one #1941

tbondwilkinson opened this issue Apr 20, 2023 · 0 comments · Fixed by #1945
Assignees
Labels
AST API Issues about the sass_api Dart package bug

Comments

@tbondwilkinson
Copy link

The following is incorrectly parsed:

// First comment

// Second comment
foo {}

It should be parsed as two separate comments, but is currently parsed as one.

@nex3 nex3 added bug AST API Issues about the sass_api Dart package labels Apr 20, 2023
@nex3 nex3 self-assigned this Apr 25, 2023
nex3 added a commit that referenced this issue Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AST API Issues about the sass_api Dart package bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants