0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-26 15:10:00 +00:00

11 lines
208 B
PHP
Raw Normal View History

<?php
class HTMLPurifier_VarParser_NativeTest extends HTMLPurifier_VarParserHarness
{
public function testValidateSimple() {
$this->assertValid('"foo\\\\"', 'string', 'foo\\');
}
}