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

Remove whitespace when serializing operators in attribute selectors #17203

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove trailing whitespace

  • Loading branch information
achiwhane committed Jun 12, 2017
commit 683f0ce69c386ff58c4572799ad22d092d0c14d1
@@ -2064,7 +2064,6 @@ pub mod tests {
), (1 << 20) + (1 << 10) + (0 << 0))
))));
parser.default_ns = None;

assert!(parse(":not(#provel.old)").is_err());
assert!(parse(":not(#provel > old)").is_err());
assert!(parse("table[rules]:not([rules=\"none\"]):not([rules=\"\"])").is_ok());
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.