mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00: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`.