mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
12b811d749
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
9 lines
184 B
PHP
9 lines
184 B
PHP
--TEST--
|
|
HTMLPurifier.func.php test
|
|
--FILE--
|
|
<?php
|
|
require '../library/HTMLPurifier.auto.php';
|
|
require 'HTMLPurifier.func.php';
|
|
echo HTMLPurifier('<b>Salsa!');
|
|
--EXPECT--
|
|
<b>Salsa!</b> |