i said PLS no multi handle file

This commit is contained in:
bel
2025-05-09 07:52:36 -06:00
parent 61f9b9c724
commit 2e4e4b9b06
2 changed files with 21 additions and 5 deletions

View File

@@ -264,6 +264,7 @@ func TestRecursive(t *testing.T) {
notExists(t, path.Join(outd, "D", "title_S02E04.d"))
notExists(t, path.Join(outd, "title_S03E06.e"))
exists(t, path.Join(outd, "F", "Dr_Stone_S04E12.mkv"))
notExists(t, path.Join(outd, "F", "[Yameii]_Dr_Stone_-_S04E12.mkv"))
}
func write(f string, b ...string) {