add (failing) test cases for [a-s] release name formats
This commit is contained in:
parent
15560ec8ba
commit
3d1c5a0afe
@ -252,6 +252,12 @@ function fixup($input) {
|
||||
|
||||
function tests() {
|
||||
$tests = [
|
||||
"[a-s]_you're_under_arrest_-_07_-_strike_man_~_defender_of_justice__rs2_[54AEE83C].mkv"
|
||||
=> "You're Under Arrest - 07 - Strike man ~ Defender of justice [a-s rs2 54AEE83C].mkv"
|
||||
,
|
||||
"[a-s]_a_certain_scientific_railgun_-_17_-_tsuzuri's_summer_vacation__pball_[1080p_bd-rip][2C2AE93D].mkv"
|
||||
=> "A Certain Scientific Railgun - 17 - Tsuzuri's summer vacation [a-s pball 1080p BD 2C2AE93D].mkv"
|
||||
,
|
||||
'[gg]_Valvrave_the_Liberator_-_12_[F9F3F5C5].mkv'
|
||||
=> 'Valvrave the Liberator - 12 [gg F9F3F5C5].mkv'
|
||||
,
|
||||
|
Loading…
Reference in New Issue
Block a user