Browse Source

tests: Add test cases for NVDA issue 7805.

master
Reece H. Dunn 7 years ago
parent
commit
ad4155e705
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      tests/translate.test

+ 5
- 0
tests/translate.test View File

@@ -18,6 +18,11 @@ test_phonemes en " h@l'oU" "hello"
# correct word stress
test_phonemes en " s'VmTIN Imp'o@t@nt" "something important"

# bug: https://github.com/nvaccess/nvda/issues/7805
test_phonemes hi " r'UcI" "रुचि"
test_phonemes hi " dUk'a:n" "दुकान"
test_phonemes hi " ka:n'u:n" "कानून"

# Emoji

# ED-3 - emoji_character [http://www.unicode.org/reports/tr51/tr51-12.html#def_emoji_character]

Loading…
Cancel
Save