X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FXssTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FXssTest.php;h=695b4278ed3fb78e067a285e057f439473898a34;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=0664f94272cc1aae459446b28413c3d1970fcb07;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php b/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php index 0664f9427..695b4278e 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php @@ -503,31 +503,31 @@ class XssTest extends TestCase { 'Example: alt', 'Example: alt', 'Image tag with alt and title attribute', - ['img'] + ['img'], ], [ 'Drupal', 'Drupal', 'Link tag with rel attribute', - ['a'] + ['a'], ], [ 'Drupal 8: The best release ever.', 'Drupal 8: The best release ever.', 'Span tag with property attribute', - ['span'] + ['span'], ], [ '', '', 'Image tag with data attribute', - ['img'] + ['img'], ], [ '', '', 'Link tag with numeric data attribute', - ['a'] + ['a'], ], ]; }