Merge remote-tracking branch 'weblate2/develop' into develop

This commit is contained in:
Alibek Omarov 2021-02-08 10:00:39 +03:00
commit 1228256bfc
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@ -91,4 +91,4 @@ class ComposeTokenizerTest(private val text: CharSequence,
Assert.assertEquals(expectedStartIndex, tokenizer.findTokenStart(text, text.length))
Assert.assertEquals(expectedEndIndex, tokenizer.findTokenEnd(text, text.length))
}
}
}