repo.or.cz
/
htmlpurifier.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Missing @return
[htmlpurifier.git]
/
tests
/
HTMLPurifier
/
VarParser
/
NativeTest.php
blob
266a09f821d2057762f75bf758bc4c7320092f3e
1
<
?php
2
3
class
HTMLPurifier_VarParser_NativeTest
extends
HTMLPurifier_VarParserHarness
4
{
5
6
public function
testValidateSimple
()
7
{
8
$this
->
assertValid
(
'"foo
\\\\
"'
,
'string'
,
'foo
\\
'
);
9
}
10
11
}
12
13
// vim: et sw=4 sts=4