From a8f7bd12b8231d505197ea5df4ccb794c002a976 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Wed, 3 Jul 2024 21:13:15 +0200 Subject: [PATCH] add tricky FEN from talkchess --- test/common-test.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/common-test.h b/test/common-test.h index db40215..ffd3707 100644 --- a/test/common-test.h +++ b/test/common-test.h @@ -209,6 +209,10 @@ struct fentest { /************************************* * Some FEN found on talkchess forum * *************************************/ + { __LINE__, FEN | MOVEGEN | MOVEDO | PERFT, + "https://www.talkchess.com/forum3/viewtopic.php?f=7&t=71379", + "8/6kR/8/8/8/bq6/1rqqqqqq/K1nqnbrq b - - 0 1" + }, { __LINE__, FEN | MOVEGEN | MOVEDO | PERFT, "from https://www.talkchess.com/forum/viewtopic.php?t=42463", "rnbqkb1r/pp1p1ppp/2p5/4P3/2B5/8/PPP1NnPP/RNBQK2R w KQkq - 0 6"