PSR-2 reformatting PHPDoc corrections
[htmlpurifier.git] / tests / HTMLPurifier / VarParser / NativeTest.php
blob266a09f821d2057762f75bf758bc4c7320092f3e
1 <?php
3 class HTMLPurifier_VarParser_NativeTest extends HTMLPurifier_VarParserHarness
6 public function testValidateSimple()
8 $this->assertValid('"foo\\\\"', 'string', 'foo\\');
13 // vim: et sw=4 sts=4