Fixed problem with some pawn moves
This commit is contained in:
@@ -2027,6 +2027,15 @@ Rc8 Ne6+ 72. Kf6 d2 73. c5+ Kd7 0-1';
|
||||
$this->assertEquals((36*2)+1, count($game['moves']));
|
||||
}
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
public function shouldParseProblemCurio(){
|
||||
$pgnParser = new PgnParser("pgn/CURIO.pgn");
|
||||
|
||||
$games = $pgnParser->getGames();
|
||||
}
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
|
Reference in New Issue
Block a user