Add TODO about ambiguous queen moves
This commit is contained in:
parent
4a3315eaa0
commit
bbcd0b7725
|
@ -389,6 +389,8 @@ func TestBoardMoveQueenInvalid(t *testing.T) {
|
||||||
|
|
||||||
// path blocked by white pawn at d2
|
// path blocked by white pawn at d2
|
||||||
assertMoveError(t, b, "Qd3", "no queen found that can move to d3")
|
assertMoveError(t, b, "Qd3", "no queen found that can move to d3")
|
||||||
|
|
||||||
|
// TODO: ambiguous queen moves require pawn promotion
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBoardMoveKing(t *testing.T) {
|
func TestBoardMoveKing(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue