Add separated-value deserialization test

This commit is contained in:
Matt Nadareski
2023-07-14 13:20:11 -04:00
parent d973ad50d3
commit a32b1d7e6f
11 changed files with 263 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ namespace SabreTools.Serialization
break;
// Parse the line into a row
Row row = null;
Row? row = null;
if (reader.Line.Count < HeaderWithRomnameCount)
{
row = new Row