]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/tokenizer/sanitizers/test_split_name_list.py
move generation of normalized token form to analyzer
[nominatim.git] / test / python / tokenizer / sanitizers / test_split_name_list.py
index ee74546920fd35d8998c29ea128b6f4f9f0c8348..47bd1e44cb0806ac6c331bced65e7219d90660d5 100644 (file)
@@ -1,5 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# This file is part of Nominatim. (https://nominatim.org)
+#
+# Copyright (C) 2022 by the Nominatim developer community.
+# For a full list of authors see the git log.
 """
-Tests for the sanitizer that splitts multivalue lists.
+Tests for the sanitizer that splits multivalue lists.
 """
 import pytest