Fixed problem with some pawn moves

This commit is contained in:
DHTMLGoodies
2017-02-04 22:59:30 +01:00
parent 5fe2491d1f
commit 155af550c1
3 changed files with 63 additions and 28 deletions

View File

@@ -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
*/