From ca648f5151c90af54e867d50defc114b6709524f Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 14 Oct 2023 19:56:39 +0000 Subject: [PATCH] ctt: update modena test --- test.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 2b57e3f..79871b0 100644 --- a/test.py +++ b/test.py @@ -157,11 +157,22 @@ tests: list[ContinuityTest] = [ ( "Via Emilia 1193a\n" "Unione dei comuni del Sorbara, Sant'Anna\n" - "41018, Modena, Emilia-Romagna\n" + "41018 Modena Emilia-Romagna\n" "Italia" ), ], ), + ContinuityTest( + query="GQ2G+GX Johor Bahru, Johor, Malaysia", + expected=[ + ( + "The Mall, Mid Valley Southkey\n" + "Jalan Bakar Batu\n" + "81100 Taman Sentosa Johor Bahru\n" + "Iskandar Malaysia, Johor, Malaysia" + ), + ], + ), ]