Skip to content

Address issue with comment handling in the splitter#5

Merged
jhilden merged 1 commit intozweilove:masterfrom
christoffer:master
Jan 12, 2013
Merged

Address issue with comment handling in the splitter#5
jhilden merged 1 commit intozweilove:masterfrom
christoffer:master

Conversation

@christoffer
Copy link
Contributor

This pull request will fix an issue that destroys CSS files that contain protocol independent urls (for example: background-image: url(//assets.myserver.com/asset.png)).

It also addresses the issue of wrongfully parsed multiline comments.

Not that this changes the current behavior as it will no longer remove // comments. This should be the correct behavior since // is not a valid CSS comment.

jhilden added a commit that referenced this pull request Jan 12, 2013
Address issue with comment stripping in the splitter
@jhilden jhilden merged commit 464687f into zweilove:master Jan 12, 2013
@jhilden
Copy link
Contributor

jhilden commented Jan 12, 2013

Looks good. And thank you especially for the great test cases! Our lib ist still dramatically "undertested".

@christoffer christoffer mentioned this pull request Jan 12, 2013
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.

2 participants