Skip to content

Commit 0b900ca

Browse files
Merge branch '4.4' into 5.4
* 4.4: CS fixes Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents a213cbc + 53cee11 commit 0b900ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testAddHtmlContentInvalidBaseTag()
139139
public function testAddHtmlContentCharsetGbk()
140140
{
141141
$crawler = $this->createCrawler();
142-
//gbk encode of <html><p>中文</p></html>
142+
// gbk encode of <html><p>中文</p></html>
143143
$crawler->addHtmlContent($this->getDoctype().base64_decode('PGh0bWw+PHA+1tDOxDwvcD48L2h0bWw+'), 'gbk');
144144

145145
$this->assertEquals('中文', $crawler->filterXPath('//p')->text());

0 commit comments

Comments
 (0)