mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 11:43:02 +00:00
test(QMCv2): add test data & case "mgg_map"
This commit is contained in:
@@ -33,6 +33,7 @@ func TestMflac0Decoder_Read(t *testing.T) {
|
||||
}{
|
||||
{"mflac0_rc4", false},
|
||||
{"mflac_map", false},
|
||||
{"mgg_map", false},
|
||||
{"qmc0_static", false},
|
||||
}
|
||||
|
||||
@@ -69,6 +70,7 @@ func TestMflac0Decoder_Validate(t *testing.T) {
|
||||
}{
|
||||
{"mflac0_rc4", ".flac", false},
|
||||
{"mflac_map", ".flac", false},
|
||||
{"mgg_map", ".ogg", false},
|
||||
{"qmc0_static", ".mp3", false},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user