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

CSS pattern fixes #107

Merged
merged 3 commits into from
Feb 11, 2019
Merged

CSS pattern fixes #107

merged 3 commits into from
Feb 11, 2019

Conversation

facelessuser
Copy link
Owner

Allow '--' as a valid identifier or identifier start.
Newlines pattern should treat '\r\n' as a single character, especially
in string escapes: '\\r\n'.
CSS string patterns should allow escaping newlines.

Closes #93.

Allow '--' as a valid identifier or identifier start.
Newlines pattern should treat '\r\n' as a single character, especially
in string escapes: '\\\r\n'.
CSS string patterns should allow escaping newlines.
@facelessuser facelessuser added this to the 1.8.0 milestone Feb 10, 2019
@facelessuser facelessuser added T: bug Bug. selectors S: work-in-progress A partial solution. More changes will be coming. labels Feb 10, 2019
@facelessuser
Copy link
Owner Author

Tests should be added to confirm the new functionality.

@facelessuser facelessuser merged commit 9c0e48b into master Feb 11, 2019
@facelessuser facelessuser deleted the pattern-fix branch February 17, 2019 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: work-in-progress A partial solution. More changes will be coming. T: bug Bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant