Add tests for EngineCommand and EngineResponse

This commit is contained in:
Paolo Di Lorenzo
2023-04-15 15:08:04 -04:00
parent 49c5224dad
commit fbcae0d178
9 changed files with 473 additions and 17 deletions
@@ -30,7 +30,7 @@ public enum EngineCommand {
///
/// See [UCI protocol documentation](https://backscattering.de/chess/uci/2006-04.txt)
/// for more information.
case setoption(id: String, value: String?)
case setoption(id: String, value: String? = nil)
/// `"ucinewgame"`
///