fix: normalize Korean shifted input
This commit is contained in:
@@ -72,6 +72,8 @@ static const struct ct_test tests[] = {
|
||||
{ "map/production-lifecycle", production_maps_load },
|
||||
{ "transmap/states", transmap_states },
|
||||
{ "hangul/sequences", korean_sequences },
|
||||
{ "hangul/compound-vowels", korean_compound_vowels },
|
||||
{ "hangul/compound-finals", korean_compound_finals },
|
||||
{ "hangul/backspace", korean_backspace },
|
||||
{ "telex/transitions", vietnamese_transitions },
|
||||
{ "telex/backspace", vietnamese_backspace },
|
||||
@@ -82,6 +84,7 @@ static const struct ct_test tests[] = {
|
||||
{ "engine/commit-contract", engine_commit_contract },
|
||||
{ "engine/language-switch-state", engine_language_switch_state },
|
||||
{ "engine/telex-history-bound", engine_telex_history_bound },
|
||||
{ "engine/korean-modifiers-backspace", engine_korean_modifiers_and_backspace },
|
||||
{ "engine/japanese-readings", engine_japanese_readings },
|
||||
{ "engine/japanese-candidates", engine_japanese_candidates },
|
||||
{ "engine/japanese-backspace-boundaries", engine_japanese_backspace_and_boundaries },
|
||||
|
||||
Reference in New Issue
Block a user