PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
include
/
htmlpurify
/
tests
/
HTMLPurifier
/
VarParser
<?php class HTMLPurifier_VarParser_NativeTest extends HTMLPurifier_VarParserHarness { public function testValidateSimple() { $this->assertValid('"foo\\\\"', 'string', 'foo\\'); } } // vim: et sw=4 sts=4
[+]
..
[-] NativeTest.php
[edit]
[-] FlexibleTest.php
[edit]