cpp icon indicating copy to clipboard operation
cpp copied to clipboard

Add tests for valid queen positions

Open citizen428 opened this issue 3 years ago • 0 comments

The tests for the C++ version of this exercise do not follow the problem specification and don't validate that the position is within [0, 8).

This PR adds two tests, one verifying the row with a value < 0 and one verifying the column with a value > 7.

citizen428 avatar Aug 27 '22 05:08 citizen428