From d8935270439e40f695979457990ba8038025e4b1 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Wed, 18 Dec 2024 14:50:25 +0100 Subject: [PATCH] Illegal characters where actually removed in common-definitions --- .../illegal_chars/char_in_external_repo/nomenclature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/codelist/illegal_chars/char_in_external_repo/nomenclature.yaml b/tests/data/codelist/illegal_chars/char_in_external_repo/nomenclature.yaml index 76c519bf..70e238e4 100644 --- a/tests/data/codelist/illegal_chars/char_in_external_repo/nomenclature.yaml +++ b/tests/data/codelist/illegal_chars/char_in_external_repo/nomenclature.yaml @@ -9,4 +9,4 @@ definitions: repository: - common-definitions check_illegal_characters: true -illegal_characters: ['"' , ";"] # these are known to be present in common-definitions variables +illegal_characters: ["'"] # these are known to be present in common-definitions variables