1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-09 21:11:44 +01:00

9 lines
184 B
Plaintext
Raw Normal View History

2015-02-20 23:16:38 -08:00
--TEST--
HTMLPurifier.func.php test
--FILE--
<?php
require '../library/HTMLPurifier.auto.php';
require 'HTMLPurifier.func.php';
echo HTMLPurifier('<b>Salsa!');
--EXPECT--
2014-09-23 23:25:04 +00:00
<b>Salsa!</b>