mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-06 06:07:26 +02:00
Fix newline issues in tests.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -9,7 +9,8 @@ if (function_exists('spl_autoload_register')) {
|
||||
--FILE--
|
||||
<?php
|
||||
function __autoload($class) {
|
||||
echo "Autoloading $class..." . PHP_EOL;
|
||||
echo "Autoloading $class...
|
||||
";
|
||||
eval("class $class {}");
|
||||
}
|
||||
require '../library/HTMLPurifier.auto.php';
|
||||
|
Reference in New Issue
Block a user