Skip to content

Conversation

@junpayment
Copy link
Contributor

When parse scss like below.

script:
  som code;

output like below

<script>some code;</script:>

expected.

<script>some code;</script>

I found it's due to printing end tag when a tag with colon.

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.7%) to 63.075% when pulling b8ec4a1 on junpayment:master into 42ce8a0 on mattn:master.

@mattn
Copy link
Owner

mattn commented Dec 29, 2017

Thank you. Could you please add test?

@mattn
Copy link
Owner

mattn commented Dec 30, 2017

merged. 4b866d4

@mattn mattn closed this Dec 30, 2017
@junpayment
Copy link
Contributor Author

thanks a lot.
i will add tests later.

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

Successfully merging this pull request may close these issues.

3 participants