Commit 56fd580a authored by Michal Čihař's avatar Michal Čihař

Test completely unknown language as well

parent 4d1ddc03
......@@ -137,6 +137,12 @@ class LanguagesTest(TestCase):
'n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 '
': n%100>=11 ? 4 : 5',
),
(
'xx',
'xx',
'ltr',
'n != 1',
),
)
def test_auto_create(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment