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.
2 parents a213cbc + 53cee11 commit 0b900caCopy full SHA for 0b900ca
Tests/AbstractCrawlerTest.php
@@ -139,7 +139,7 @@ public function testAddHtmlContentInvalidBaseTag()
139
public function testAddHtmlContentCharsetGbk()
140
{
141
$crawler = $this->createCrawler();
142
- //gbk encode of <html><p>中文</p></html>
+ // gbk encode of <html><p>中文</p></html>
143
$crawler->addHtmlContent($this->getDoctype().base64_decode('PGh0bWw+PHA+1tDOxDwvcD48L2h0bWw+'), 'gbk');
144
145
$this->assertEquals('中文', $crawler->filterXPath('//p')->text());
0 commit comments