Skip to content

Commit aeb22f0

Browse files
committed
Add missing '>'
1 parent 40e1260 commit aeb22f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/script-modules/wpScriptModules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ public function test_fetchpriority_bumping_a_to_z() {
15831583
<link rel="modulepreload" href="/z.js" id="z-js-modulepreload" fetchpriority="high">
15841584
<link rel="modulepreload" href="/e.js" id="e-js-modulepreload" fetchpriority="low">
15851585
<script type="module" src="/a.js" id="a-js-module" fetchpriority="low"></script>
1586-
<script type="module" src="/x.js" id="x-js-module" fetchpriority="high"></script
1586+
<script type="module" src="/x.js" id="x-js-module" fetchpriority="high"></script>
15871587
';
15881588
$this->assertEqualHTML( $expected, $actual, '<body>', "Snapshot:\n$actual" );
15891589
}

0 commit comments

Comments
 (0)