From 09a9923898166dbffc51ad8751bb09d74acb4e14 Mon Sep 17 00:00:00 2001 From: alistairjcbrown <635903+alistairjcbrown@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:25:39 +0000 Subject: [PATCH] Update title normalization test --- common/tests/test-titles.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/tests/test-titles.json b/common/tests/test-titles.json index fb8dbcd8..ea9682ec 100644 --- a/common/tests/test-titles.json +++ b/common/tests/test-titles.json @@ -81034,5 +81034,13 @@ { "input": "Relaxed Screening: Gentlemen Prefer Blondes", "output": "gentlemen prefer blondes" + }, + { + "input": "Shaken Not Stirred: James Bond Double Bill", + "output": "shaken not stirred james bond double bill" + }, + { + "input": "East End Voices: Community, Activism and Identity", + "output": "east end voices community activism identity" } ]