decrufted tests that rely on h_ch; still need to do h_action and h_attr_bool
This commit is contained in:
parent
a09bd53286
commit
de02a2450b
6 changed files with 2 additions and 8 deletions
|
|
@ -17,7 +17,6 @@ class WhitespaceTest extends PHPUnit_Framework_TestCase
|
|||
$result2 = h_parse($this->parser1, " a");
|
||||
$result3 = h_parse($this->parser1, " a");
|
||||
$result4 = h_parse($this->parser1, "\ta");
|
||||
// TODO fix these tests when h_ch is fixed
|
||||
$this->assertEquals("a", $result1);
|
||||
$this->assertEquals("a", $result2);
|
||||
$this->assertEquals("a", $result3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue