Skip to content

Commit 5b37c95

Browse files
committed
closing HTML tag.
1 parent 8ff77d0 commit 5b37c95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_browser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5416,7 +5416,8 @@ def test_fetch_polyfill_preload(self):
54165416
});
54175417
</script>
54185418
{{{ SCRIPT }}}
5419-
</body>''')
5419+
</body>
5420+
</html>''')
54205421

54215422
def test(args, expect_fail):
54225423
self.compile_btest('main.cpp', ['-sEXIT_RUNTIME', '--preload-file', path, '--shell-file', 'on_window_error_shell.html', '-o', 'a.out.html'] + args)

0 commit comments

Comments
 (0)