fix: forward input at the composition limit

This commit is contained in:
2026-08-12 16:21:33 +09:00
parent 9d60c4bbb0
commit 5927f6a5e1
4 changed files with 35 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ static const struct ct_test tests[] = {
{ "engine/emoji-start-and-unknown", engine_emoji_start_and_unknown },
{ "engine/emoji-dictionary-identity", engine_emoji_dictionary_identity },
{ "engine/randomized-stress", engine_randomized_stress },
{ "engine/full-boundary-passthrough", engine_full_boundary_passthrough },
{ "dict/candidates", dictionary_candidates },
{ "dict/misses-clear-result", dictionary_misses_clear_result },
{ "dict/emoji-identity", dictionary_emoji_identity },