some important stuff we'll need
This commit is contained in:
12
lib/htmlpurifier/tests/HTMLPurifier/VarParser/NativeTest.php
Normal file
12
lib/htmlpurifier/tests/HTMLPurifier/VarParser/NativeTest.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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