Skip to content

Commit c1ee529

Browse files
Update title normalization test
1 parent 075d811 commit c1ee529

1 file changed

Lines changed: 104 additions & 0 deletions

File tree

common/tests/test-titles.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60326,5 +60326,109 @@
6032660326
{
6032760327
"input": "Cinebug turns 1 - Mystery Movie",
6032860328
"output": "mystery movie"
60329+
},
60330+
{
60331+
"input": "TV Preview: Mint (Episodes 1 and 2) + Q&A with Charlotte Regan, Ben Coyle-Larner and Laura Fraser",
60332+
"output": "mint (episodes 1 2)"
60333+
},
60334+
{
60335+
"input": "LVFF 2026: My Husband the Child Soldier screening and Q and A",
60336+
"output": "my husband the child soldier screening q and"
60337+
},
60338+
{
60339+
"input": "Le Beau Serge",
60340+
"output": "le beau serge"
60341+
},
60342+
{
60343+
"input": "Directress Film Festival: Part II",
60344+
"output": "part ii"
60345+
},
60346+
{
60347+
"input": "One Minute Volume 5",
60348+
"output": "one minute volume 5"
60349+
},
60350+
{
60351+
"input": "Visionary Collective Artists & Industry Pros Networking",
60352+
"output": "visionary collective artists industry pros networking"
60353+
},
60354+
{
60355+
"input": "The Bell Jar (Film Screening)",
60356+
"output": "bell jar"
60357+
},
60358+
{
60359+
"input": "Amélie - 25th Anniversary Re-Release",
60360+
"output": "amelie"
60361+
},
60362+
{
60363+
"input": "Gone with the Wind",
60364+
"output": "gone with the wind"
60365+
},
60366+
{
60367+
"input": "Marathon Man: John Schlesinger at 100",
60368+
"output": "marathon man"
60369+
},
60370+
{
60371+
"input": "Midnight Cowboy: John Schlesinger at 100",
60372+
"output": "midnight cowboy"
60373+
},
60374+
{
60375+
"input": "Academy Awards Best Picture Winner 2026 - One Battle After Another",
60376+
"output": "academy awards best picture winner 2026"
60377+
},
60378+
{
60379+
"input": "Academy Awards Best Picture Winner 2026: One Battle After Another",
60380+
"output": "academy awards best picture winner 2026 one battle after another"
60381+
},
60382+
{
60383+
"input": "Awards Lunch: Academy Best Picture Winner 2026: One Battle After Another",
60384+
"output": "academy awards best picture winner 2026 one battle after another"
60385+
},
60386+
{
60387+
"input": "BETTER THAN NOTHING PRESENTS: THE RAPTURE",
60388+
"output": "the rapture"
60389+
},
60390+
{
60391+
"input": "COSMIK DEBRIS PRESENTS: BREATHLESS (1983)",
60392+
"output": "breathless (1983)"
60393+
},
60394+
{
60395+
"input": "COSMIK DEBRIS PRESENTS: ONE FALSE MOVE",
60396+
"output": "one false move"
60397+
},
60398+
{
60399+
"input": "COSMIK DEBRIS PRESENTS: THE LAST SEDUCTION",
60400+
"output": "last seduction"
60401+
},
60402+
{
60403+
"input": "DISCREET CINE PRESENTS: AN UNMARRIED WOMAN",
60404+
"output": "an unmarried woman"
60405+
},
60406+
{
60407+
"input": "MADAME WANG'S (VHS SCREENING)",
60408+
"output": "madame wangs"
60409+
},
60410+
{
60411+
"input": "PACIFIC HEIGHTS",
60412+
"output": "pacific heights"
60413+
},
60414+
{
60415+
"input": "SEARCHING FOR THE WRONG EYED JESUS",
60416+
"output": "searching for the wrong eyed jesus"
60417+
},
60418+
{
60419+
"input": "SOCIETY",
60420+
"output": "society"
60421+
},
60422+
{
60423+
"input": "THE BELIEVERS",
60424+
"output": "the believers"
60425+
},
60426+
{
60427+
"input": "THE BOD SQUAD",
60428+
"output": "bod squad"
60429+
},
60430+
{
60431+
"input": "THE SWINGING BARMAIDS",
60432+
"output": "swinging barmaids"
6032960433
}
6033060434
]

0 commit comments

Comments
 (0)