mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
test parens false negative
This commit is contained in:
@@ -31,3 +31,6 @@
|
||||
margin: 2px 4em 1 5pc;
|
||||
padding: 6px 1em 2px 2;
|
||||
}
|
||||
.test-false-negatives {
|
||||
a: (;
|
||||
}
|
||||
|
||||
@@ -39,3 +39,7 @@
|
||||
margin: 2px 4em 1 5pc;
|
||||
padding: (2px + 4px) 1em 2px 2;
|
||||
}
|
||||
|
||||
.test-false-negatives {
|
||||
a: ~"(";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user