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