E602 Use U+00E0 · symfony/symfony@eb95109 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb95109

Browse files
committed
Use U+00E0
1 parent 9b89739 commit eb95109

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ public function testGettingAssetWithNonAsciiFilenameWorks()
3636
{
3737
$client = static::createClient();
3838

39-
$client->request('GET', '/assets/voilà-45f5b4426b14a843fdc2f723b974b88f.css');
39+
$client->request('GET', '/assets/voilà-6344422da690fcc471f23f7a8966cd1c.css');
4040
$response = $client->getResponse();
4141
$this->assertSame(200, $response->getStatusCode());
4242
$this->assertSame(<<<EOF
43-
/* voilà.css */
43+
/* voilà.css */
4444
body {}
4545
4646
EOF, $response->getContent());

src/Symfony/Component/AssetMapper/Tests/Command/AssetsMapperCompileCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testAssetsAreCompiled()
7474
'file4.js',
7575
'subdir/file5.js',
7676
'subdir/file6.js',
77-
'voilà.css',
77+
'voilà.css',
7878
], array_keys(json_decode(file_get_contents($targetBuildDir.'/manifest.json'), true)));
7979

8080
$this->assertFileExists($targetBuildDir.'/importmap.json');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/* voilà.css */
1+
/* voilà.css */
22
body {}

0 commit comments

Comments
 (0)
0