diff --git a/main_test.go b/main_test.go index 4f3c0aa..d3d94cc 100644 --- a/main_test.go +++ b/main_test.go @@ -328,6 +328,14 @@ func TestParse(t *testing.T) { Episode: "01", }, }, + "Niehime to Kemono no Ou - 12 [darkflux].mkv": { + pattern: main.PatternGroupTitleHyphenSE, + want: main.Fields{ + Title: "Niehime to Kemono no Ou", + Season: "", + Episode: "12", + }, + }, } for f, d := range cases {