Skip to content

Commit

Permalink
flimsybird: Add new dont_postpone_checkmate test
Browse files Browse the repository at this point in the history
  • Loading branch information
francorbacho committed Feb 2, 2024
1 parent eabf8bd commit c702f37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flimsybird/tests/dont_postpone_checkmate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ fn checkmate_in_one() {
Side::Black,
"rnbqkbnr/pppp1ppp/4p3/8/6P1/5P2/PPPPP2P/RNBQKBNR b KQkq - 0 2",
);

assert_wins(Side::White, "8/7k/8/1P4RP/5P2/5PP1/8/Q2K4 w - - 23 75");
}

0 comments on commit c702f37

Please sign in to comment.