summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorB. Wilson <iequeikalo@wilsonb.com>2022-05-15 19:31:31 +0900
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2022-05-22 12:04:25 +0000
commit031527a20adab829cc199f3f4f723c329b3b9cf3 (patch)
tree2bdedddb2f06eb8edc9a6c7c13c349193be6843d /tests
parent2398b0fa8391e1825630a1216c4f4a5d65e21afa (diff)
downloadxkeyboard-config-031527a20adab829cc199f3f4f723c329b3b9cf3.tar.gz
New layout: bqn
BQN [0] is a programming language in the APL family. This commit adds a new `bqn` layout supporting input of BQN symbols. Note, the `bqn` layout is not simply an `apl` variant, since BQN utilizes and entirely different symbol set. [0]:https://mlochbaum.github.io/BQN/
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rules_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rules_xml.py b/tests/test_rules_xml.py
index 3d36ecf..13dfe2a 100644
--- a/tests/test_rules_xml.py
+++ b/tests/test_rules_xml.py
@@ -220,7 +220,7 @@ def test_iso3166(layout):
pycountry = pytest.importorskip('pycountry')
country_codes = [c.alpha_2 for c in pycountry.countries]
expected_without_country = [
- "apl", # programming
+ "apl", "bqn", # programming
"brai", # Braille not specific to any country
"custom",
"epo", # Esperanto not native to any country