Skip to content

Commit 8c5b590

Browse files
committed
added TextMate save warning
1 parent 7bc94f0 commit 8c5b590

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/CSSParserTests.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// !!!! Do not edit this File with TextMate. Saving will corrupt one Unicode character (U+1D11E).
4+
35
require_once('CSSParser.php');
46

57
class CSSParserTests extends PHPUnit_Framework_TestCase {
@@ -68,7 +70,7 @@ function testUnicodeParsing() {
6870
continue;
6971
}
7072
$aSelector = $oRuleSet->getSelector();
71-
if(substr($aSelector[0], 0, strlen('.test-')) !== '.test-') {
73+
if(substr($aSelector[0], 0, strlen('.test-')) !== '.test-') {
7274
continue;
7375
}
7476
$aContentRules = $oRuleSet->getRules('content');

0 commit comments

Comments
 (0)