mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-05-21 14:57:40 +00:00
Cleaning promotion
This commit is contained in:
parent
bb5d85cb65
commit
5fdfda00a9
2 changed files with 6 additions and 2 deletions
|
@ -496,6 +496,10 @@ TEST_CASE("Specific bugs found on a game", "[BugFixes]") {
|
|||
CHECK(p == 'N');
|
||||
p=a.ParseSANPromotion("d8=B+");
|
||||
CHECK(p == 'B');
|
||||
p=a.ParseSANPromotion("d8=R");
|
||||
p=a.ParseSANPromotion("h1=R");
|
||||
CHECK(p == 'R');
|
||||
p=a.ParseSANPromotion("a1=R");
|
||||
CHECK(p == 'R');
|
||||
p=a.ParseSANPromotion("c1=R");
|
||||
CHECK(p == 'R');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue