mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Properly fix tidy test failure on Windows
This commit is contained in:
parent
eb0a3da219
commit
0acf77e21c
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ echo "-------\n";
|
|||
|
||||
$tidy = new tidy();
|
||||
$tidy->parseString('<html><?php echo "xpto;" ?></html>');
|
||||
var_dump($tidy->value);
|
||||
var_dump(rtrim($tidy->value));
|
||||
|
||||
echo "-------\n";
|
||||
|
||||
|
@ -42,7 +42,7 @@ string(%d) "<html>
|
|||
</head>
|
||||
<body>
|
||||
</body>
|
||||
%s"
|
||||
</html>"
|
||||
-------
|
||||
bool(true)
|
||||
bool(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue