Skip to content

Commit eb0a3da

Browse files
committed
Quick fix test failure on Windows
1 parent df98edb commit eb0a3da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/tidy/tests/023.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
2727
var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
2828

2929
?>
30-
--EXPECT--
30+
--EXPECTF--
3131
object(tidy)#1 (2) {
3232
["errorBuffer"]=>
3333
NULL
3434
["value"]=>
3535
NULL
3636
}
3737
-------
38-
string(82) "<html>
38+
string(%d) "<html>
3939
<?php echo "xpto;" ?>
4040
<head>
4141
<title></title>
4242
</head>
4343
<body>
4444
</body>
45-
</html>"
45+
%s"
4646
-------
4747
bool(true)
4848
bool(true)

0 commit comments

Comments
 (0)