Make all of the tests work on all PHP versions.
[htmlpurifier.git] / tests / HTMLPurifier / PHPT / func.phpt
blobd194d68d3f23b7f963657ec9dbfce74afa5c6be5
1 --TEST--
2 HTMLPurifier.func.php test
3 --FILE--
4 <?php
5 require '../library/HTMLPurifier.auto.php';
6 require 'HTMLPurifier.func.php';
7 echo HTMLPurifier('<b>Salsa!');
8 --EXPECT--
9 <b>Salsa!</b>