1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00
This commit is contained in:
Jordi Boggiano 2022-02-18 08:50:11 +01:00
parent 2e40cdf2dc
commit 86fb8d4412
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
57 changed files with 146 additions and 88 deletions

View file

@ -298,7 +298,6 @@ class JsonFileTest extends TestCase
public function testUnicode()
{
$data = array("Žluťoučký \" kůň" => "úpěl ďábelské ódy za €");
$json = '{
"Žluťoučký \" kůň": "úpěl ďábelské ódy za €"
@ -309,7 +308,6 @@ class JsonFileTest extends TestCase
public function testOnlyUnicode()
{
$data = "\\";
$this->assertJsonFormat('"\\\\\\/ƌ"', $data, JSON_UNESCAPED_UNICODE);