commit 2510e037c4cf37cf078ae7b9875a3aa88f09d74d Author: Joel Pittet Date: Thu Jun 12 20:48:46 2014 -0700 bem__check diff --git a/core/modules/system/src/Tests/Theme/TwigFilterTest.php b/core/modules/system/src/Tests/Theme/TwigFilterTest.php index 2e6a898..c132f94 100644 --- a/core/modules/system/src/Tests/Theme/TwigFilterTest.php +++ b/core/modules/system/src/Tests/Theme/TwigFilterTest.php @@ -121,7 +121,7 @@ public function testTwigWithoutFilter() { 'message' => 'All attributes printed again.', ), array( - 'expected' => '
ID and class.
', + 'expected' => '
ID and class.
', 'message' => 'Class and ID filtered.', ), ); diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig index 02eaa9c..627894a 100644 --- a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig +++ b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig @@ -20,4 +20,4 @@
Without string attribute.
Without either nor class attributes.
All attributes again.
-
+