diff --git a/core/modules/system/src/Tests/Theme/FunctionsTest.php b/core/modules/system/src/Tests/Theme/FunctionsTest.php index c8d068c..703c069 100644 --- a/core/modules/system/src/Tests/Theme/FunctionsTest.php +++ b/core/modules/system/src/Tests/Theme/FunctionsTest.php @@ -391,7 +391,7 @@ function testImage() { $variables = array(); $variables['uri'] = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=='; $variables['alt'] = 'Data URI image of a red dot'; - $expected = 'Data URI image of a red dot' . "\n"; + $expected = 'Data URI image of a red dot' . "\n"; $this->assertThemeOutput('image', $variables, $expected); }