Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb95109

Browse filesBrowse files
committed
Use U+00E0
1 parent 9b89739 commit eb95109
Copy full SHA for eb95109

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php
+2-2Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/Command/AssetsMapperCompileCommandTest.php
+1-1Lines 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');
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.