Skip to content

Commit c09f082

Browse files
committed
Fix broken test
1 parent 1f3771e commit c09f082

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ext/dom/tests/dom005.phpt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ html files with undeclared entities 
2727
</body></html>
2828
--- save as HTML
2929
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
30-
<html>
31-
<head><title>Hello world</title></head>
32-
<body>
30+
<html><head><title>Hello world</title></head><body>
3331
This is a not well-formed<br>
3432
html files with undeclared entities&nbsp;
35-
</body>
36-
</html>
33+
</body></html>

0 commit comments

Comments
 (0)