mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use ClrMamePro serializer in current parser
This also starts splitting up the current parser structures to make them a bit more modular.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace SabreTools.Test.Parser
|
||||
string filename = System.IO.Path.Combine(Environment.CurrentDirectory, "TestData", path);
|
||||
|
||||
// Deserialize the file
|
||||
var dat = Serialization.ClrMamePro.Deserialize(filename);
|
||||
var dat = Serialization.ClrMamePro.Deserialize(filename, quotes: true);
|
||||
|
||||
// Validate the values
|
||||
if (expectHeader)
|
||||
|
||||
Reference in New Issue
Block a user