mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #484] [CLOSED] test(core): add regression tests for CJK line boundary and emoji handling #1350
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/484
Author: @GreyElaina
Created: 1/7/2026
Status: ❌ Closed
Base:
main← Head:core-unicode-tests📝 Commits (2)
885e7aftest(core): add regression tests for CJK line boundary and emoji handling88ed78dMerge branch 'main' into core-unicode-tests📊 Changes
5 files changed (+260 additions, -0 deletions)
View changed files
📝
packages/core/src/renderables/Text.test.ts(+37 -0)📝
packages/core/src/renderables/TextBufferRenderable.ts(+5 -0)📝
packages/core/src/renderables/__tests__/Textarea.keybinding.test.ts(+46 -0)📝
packages/core/src/text-buffer-view.test.ts(+95 -0)📝
packages/core/src/zig/tests/text-buffer-drawing_test.zig(+77 -0)📄 Description
Adds regression tests for CJK and emoji handling edge cases.
Tests Added
Additional
appendText()method toTextBufferRenderablefor streaming use case🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.