Fixed sequence, choice, h_in and h_not_in. ChRange needs its output coerced to char and we're good.
This commit is contained in:
parent
4735d17908
commit
a09bd53286
6 changed files with 33 additions and 26 deletions
|
|
@ -17,7 +17,7 @@ class Many1Test extends PHPUnit_Framework_TestCase
|
|||
$result3 = h_parse($this->parser, "aabbaba");
|
||||
$this->assertEquals(array("a"), $result1);
|
||||
$this->assertEquals(array("b"), $result2);
|
||||
$this->assertEquals(array("c"), $result3);
|
||||
$this->assertEquals(array("a", "a", "b", "b", "a", "b", "a"), $result3);
|
||||
}
|
||||
|
||||
public function testFailure()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue