exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
326 stars 542 forks source link

Queen Attack - Fix test names and errors for non-negative position requirements #2448

Closed ryanplusplus closed 4 months ago

ryanplusplus commented 4 months ago

The test names and error strings for negative rows and columns state that row/columns must be positive, but 0 is a valid value and 0 is not positive. This change adjusts the test names and error strings so that they correctly describe the requirement.

IsaacG commented 4 months ago

Please open a forum thread to discuss changes to the problem specs prior to opening a PR. This change will break existing solutions. Feel free to discuss further -- on the forum. Thank you.