mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removed junk text from CSSContentParserTest
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64470 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
795fdb2169
commit
c45ef338d2
@ -26,7 +26,7 @@ class CSSContentParserTest extends SapphireTest {
|
|||||||
</div>
|
</div>
|
||||||
<p>test</p>
|
<p>test</p>
|
||||||
</body>
|
</body>
|
||||||
</html>"
|
</html>
|
||||||
HTML
|
HTML
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -42,4 +42,4 @@ HTML
|
|||||||
$result = $parser->getBySelector('#A .other');
|
$result = $parser->getBySelector('#A .other');
|
||||||
$this->assertEquals("result", $result[0] . '');
|
$this->assertEquals("result", $result[0] . '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user