mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
Fix the incorrect parsing in `Chess::Move::from_algebraic` of moves with a capture and promotion (e.g. gxf8=Q) due to the promoted piece type not being passed through to the `Board::is_legal` method. This addresses a FIXME regarding this issue in `ChessWidget.cpp`.