summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-25 16:45:42 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-27 12:11:46 +0200
commit191e0690961f094e9b0d80735c536155948d683a (patch)
tree7bb613d9dfa2989ae52854593dde26ee32b75fca /tests
parent1f6ab8ff3de3aa1d440c7deb9b49e47eb6a38066 (diff)
downloadxkeyboard-config-191e0690961f094e9b0d80735c536155948d683a.tar.gz
add a layout for the Gothic script
This Gothic layout is put in a new symbols file, called 'ancient', so that there will be a place for other layouts for antique scripts. The name "ancient" is chosen because that is how Gothic is marked in https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes. This fulfills issue #55. Proposed-by: Tim Nelson Original-patch-by: Tim Nelson Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rules_xml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_rules_xml.py b/tests/test_rules_xml.py
index 13dfe2a..773e4c7 100644
--- a/tests/test_rules_xml.py
+++ b/tests/test_rules_xml.py
@@ -220,6 +220,7 @@ def test_iso3166(layout):
pycountry = pytest.importorskip('pycountry')
country_codes = [c.alpha_2 for c in pycountry.countries]
expected_without_country = [
+ "ancient", # from before current-day countries
"apl", "bqn", # programming
"brai", # Braille not specific to any country
"custom",