Browse Source

Test my and ka handling of long emoji names, and number pronunciation previously broken by that support.

master
Reece H. Dunn 7 years ago
parent
commit
a29d3f642c
2 changed files with 7 additions and 4 deletions
  1. 1
    2
      dictsource/my_emoji
  2. 6
    2
      tests/translate.test

+ 1
- 2
dictsource/my_emoji View File

😖 မွှန်ထူသွားသည့် မျက်နှာ // [1F616] 😖 မွှန်ထူသွားသည့် မျက်နှာ // [1F616]
😗 နမ်းနေသည့် မျက်နှာ // [1F617] 😗 နမ်းနေသည့် မျက်နှာ // [1F617]
😘 အနမ်းကို ပို့ပေးနေသည့် မျက်နှာ // [1F618] 😘 အနမ်းကို ပို့ပေးနေသည့် မျက်နှာ // [1F618]
😙 kissing face with smiling eyes // [1F619]
//😙 ပြုံးနေသည့် မျက်လုံးများနှင့် နမ်းနေသည့် မျက်နှာ // [1F619]// TODOTODO: This breaks speaking "7".
😙 ပြုံးနေသည့် မျက်လုံးများနှင့် နမ်းနေသည့် မျက်နှာ // [1F619]// TODOTODO: This breaks speaking "7".
😚 မျက်စိမှိတ်ထားကာ နမ်းနေသည့် မျက်နှာ // [1F61A] 😚 မျက်စိမှိတ်ထားကာ နမ်းနေသည့် မျက်နှာ // [1F61A]
😛 လျှာထုတ်ထားသည့် မျက်နှာ // [1F61B] 😛 လျှာထုတ်ထားသည့် မျက်နှာ // [1F61B]
😜 လျှာထုတ်ထားပြီး မျက်လုံးတစ်ဖက် မှိတ်ပြသည့် မျက်နှာ // [1F61C] 😜 လျှာထုတ်ထားပြီး မျက်လုံးတစ်ဖက် မှိတ်ပြသည့် မျက်နှာ // [1F61C]

+ 6
- 2
tests/translate.test View File



# bug: https://github.com/nvaccess/nvda/issues/7740 # bug: https://github.com/nvaccess/nvda/issues/7740
test_phonemes ta " 'il." "ள்" test_phonemes ta " 'il." "ள்"
test_phonemes my " kon'i" "7"
test_phonemes ka " s'ami Sv'idi" "3 7"


# bug: https://github.com/nvaccess/nvda/issues/7805 # bug: https://github.com/nvaccess/nvda/issues/7805
test_phonemes hi " r'UcI" "रुचि" test_phonemes hi " r'UcI" "रुचि"
#----- Emoji [http://www.unicode.org/reports/tr51/tr51-12.html] ----- #----- Emoji [http://www.unicode.org/reports/tr51/tr51-12.html] -----


# ED-3 - emoji_character # ED-3 - emoji_character
# TODO: Fix adjacent emoji without whitespace so the pronunciation is separated by a space.
test_phonemes en " 'e@ri:z" "♈" test_phonemes en " 'e@ri:z" "♈"
test_phonemes my " pru3'a2nke3DN_|_| mj@@lu3'a2mj@2tsnh,a2N_|_| nm_|n'e3DN_|_| mj@@nh,ats" "😙"
test_phonemes ka " k'ots#nis g'amomx,atveli s'axe m'omQim,are t#v'alebit#" "😙"
test_phonemes ka " 'imedg,ats#ru,ebuli m'agram Sv'ebis g'amomx,atveli s'axe" "😥"
# TODO: Fix adjacent emoji without whitespace so the pronunciation is separated by a space.
test_phonemes en " 'e@ri:zr'eInboU" "♈🌈" test_phonemes en " 'e@ri:zr'eInboU" "♈🌈"
test_phonemes en " 'e@ri:z r'eInboU" "♈ 🌈" test_phonemes en " 'e@ri:z r'eInboU" "♈ 🌈"

# multi-word # multi-word
test_phonemes en " Ekskla#m'eIS@N kw'EstS@n m'A@k" "⁉" test_phonemes en " Ekskla#m'eIS@N kw'EstS@n m'A@k" "⁉"
test_phonemes en " Ekskla#m'eIS@N kw'EstS@n m'A@k r'eInboU" "⁉ 🌈" test_phonemes en " Ekskla#m'eIS@N kw'EstS@n m'A@k r'eInboU" "⁉ 🌈"

Loading…
Cancel
Save