add (failing) test cases for [a-s] release name formats

This commit is contained in:
mappu 2018-09-30 19:21:46 +13:00
parent 15560ec8ba
commit 3d1c5a0afe
1 changed files with 6 additions and 0 deletions

View File

@ -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'
,