first commit
This commit is contained in:
13
htmlpurifier-4.10.0/tests/HTMLPurifier/VarParser/NativeTest.php
Executable file
13
htmlpurifier-4.10.0/tests/HTMLPurifier/VarParser/NativeTest.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class HTMLPurifier_VarParser_NativeTest extends HTMLPurifier_VarParserHarness
|
||||
{
|
||||
|
||||
public function testValidateSimple()
|
||||
{
|
||||
$this->assertValid('"foo\\\\"', 'string', 'foo\\');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
Reference in New Issue
Block a user