mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-25 00:05:07 +00:00
Turn removal key into a metadata property
This commit is contained in:
@@ -2287,7 +2287,7 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
public void ShouldIgnore_RemoveSet_True()
|
||||
{
|
||||
DatItem? datItem = new Rom();
|
||||
datItem.Write(DatItem.RemoveKey, true);
|
||||
datItem.RemoveFlag = true;
|
||||
DatFile datFile = new Logiqx(null, useGame: false);
|
||||
|
||||
bool actual = datFile.ShouldIgnore(datItem, ignoreBlanks: true);
|
||||
|
||||
Reference in New Issue
Block a user