We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc94f0 commit 8c5b590Copy full SHA for 8c5b590
tests/CSSParserTests.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+// !!!! Do not edit this File with TextMate. Saving will corrupt one Unicode character (U+1D11E).
4
+
5
require_once('CSSParser.php');
6
7
class CSSParserTests extends PHPUnit_Framework_TestCase {
@@ -68,7 +70,7 @@ function testUnicodeParsing() {
68
70
continue;
69
71
}
72
$aSelector = $oRuleSet->getSelector();
- if(substr($aSelector[0], 0, strlen('.test-')) !== '.test-') {
73
+ if(substr($aSelector[0], 0, strlen('.test-')) !== '.test-') {
74
75
76
$aContentRules = $oRuleSet->getRules('content');
0 commit comments