While the valid_inputs object can be easily translated to the new schema, the invalid_inputs only lists invalid lines that should be ignored if inserted in otherwise-valid game.
To be able to proceed with #625, we first need to make all the test cases involving invalid_inputs explicit, or remove them completely.
While the
valid_inputsobject can be easily translated to the new schema, theinvalid_inputsonly lists invalid lines that should be ignored if inserted in otherwise-valid game.To be able to proceed with #625, we first need to make all the test cases involving
invalid_inputsexplicit, or remove them completely.