test parens false negative

This commit is contained in:
Luke Page
2013-12-14 18:03:41 +00:00
parent ff8285fbc6
commit 8098837d4a
2 changed files with 7 additions and 0 deletions

View File

@@ -31,3 +31,6 @@
margin: 2px 4em 1 5pc;
padding: 6px 1em 2px 2;
}
.test-false-negatives {
a: (;
}

View File

@@ -39,3 +39,7 @@
margin: 2px 4em 1 5pc;
padding: (2px + 4px) 1em 2px 2;
}
.test-false-negatives {
a: ~"(";
}