Skip to content

Commit

Permalink
Update transliteration.test
Browse files Browse the repository at this point in the history
  • Loading branch information
amilenkov committed Oct 8, 2020
1 parent 72c84d0 commit ecbecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/simpletest/tests/transliteration.test
Expand Up @@ -50,7 +50,7 @@ class TransliterationTest extends BackdropUnitTestCase {
array('en', '一個簡單的句子', 'yigejiandandejuzi'),

// Bulgarian characters.
array('bg', 'първа статия', 'pyrva statija'),
array('bg', 'първа статия', 'parva statiya'),
);

include_once BACKDROP_ROOT . '/core/includes/transliteration.inc';
Expand Down

0 comments on commit ecbecf4

Please sign in to comment.