Properly fix tidy test failure on Windows

This commit is contained in:
Máté Kocsis 2022-05-26 12:54:01 +02:00
parent eb0a3da219
commit 0acf77e21c
No known key found for this signature in database
GPG Key ID: FD055E41728BF310

View File

@ -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)