repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix newline issues in tests.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
PHPT
/
func.phpt
blob
abbf8bb4a1a948c50fb99c4daafcc8d1d0950d03
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>