aboutsummaryrefslogblamecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/PHPT/func.phpt
blob: d194d68d3f23b7f963657ec9dbfce74afa5c6be5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                           
--TEST--
HTMLPurifier.func.php test
--FILE--
<?php
require '../library/HTMLPurifier.auto.php';
require 'HTMLPurifier.func.php';
echo HTMLPurifier('<b>Salsa!');
--EXPECT--
<b>Salsa!</b>