From d6b7e1aa72a6194d056fbcea80c77ddbac0e9c71 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Mar 2024 11:40:32 +0100 Subject: ✨ Parcel: free input improvment - filter special spaces and stranges commas (refs #5790) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/tests.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index baffffa26..e2a59345d 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1660,6 +1660,16 @@ class ParcelTest(ImportTest, TestCase): ] }, ), + ( + "1991\t:AI:\xa023\ufe5019\uff0c20", + { + "1991": [ + ("AI", "19"), + ("AI", "20"), + ("AI", "23"), + ] + }, + ), ) # ),("Domaine public", {} # ),("Tranche 1 : AV:4 à 6, 18, 80, 104 / partiellement : 5 et 18", {} -- cgit v1.2.3