diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-15 11:40:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-15 14:13:05 +0100 |
commit | 3d3b3f13b33beca4909b5b3d617105a1e8b242fe (patch) | |
tree | 07321d72df65e355fcaa28e04aa8b13e3a90bc62 /archaeological_operations/tests.py | |
parent | f1fe4253fff3a50a40d3d5064cabb400285bdde9 (diff) | |
download | Ishtar-3d3b3f13b33beca4909b5b3d617105a1e8b242fe.tar.bz2 Ishtar-3d3b3f13b33beca4909b5b3d617105a1e8b242fe.zip |
✨ Parcel: free input improvment - filter special spaces and stranges commas (refs #5790)
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 10 |
1 files changed, 10 insertions, 0 deletions
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", {} |