Skip to content

Commit edae8d5

Browse files
committed
How'd that extra space get there, remove it!
1 parent d4bd4b3 commit edae8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/html-api/wpHtmlTagProcessorScriptTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function data_is_javascript_script_tag(): array {
103103
'Script tag with language="livescript"' => array( '<script language="livescript"></script>', true ),
104104

105105
// Whitespace is not trimmed in the langauge attribute.
106-
'Script tag with language=" javascript"' => array( '<script language=" javascript"></script>', false ),
106+
'Script tag with language=" javascript"' => array( '<script language=" javascript"></script>', false ),
107107

108108
// Non-JavaScript script tags - should NOT be JavaScript.
109109
'Script tag with importmap type' => array( '<script type="importmap"></script>', false ),

0 commit comments

Comments
 (0)