mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #163] [MERGED] Test utils + char snaphot tests #335
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#335
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/163
Author: @kommander
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @kommander
Base:
main← Head:test-utils📝 Commits (7)
6d1a969add testing entrypoint2667c9freal buffer char bytes45f15c3write line breaks12727a6captureFramef6207e6rename to captureCharFrame1ac0eaasetup snapshotsacf1461text snapshots setup📊 Changes
10 files changed (+335 additions, -34 deletions)
View changed files
📝
packages/core/scripts/build.ts(+7 -2)📝
packages/core/src/buffer.ts(+8 -0)📝
packages/core/src/renderables/Text.test.ts(+116 -28)➕
packages/core/src/renderables/__snapshots__/Text.test.ts.snap(+55 -0)➕
packages/core/src/testing.ts(+4 -0)📝
packages/core/src/testing/test-renderer.ts(+15 -4)📝
packages/core/src/zig.ts(+24 -0)📝
packages/core/src/zig/buffer.zig(+78 -0)📝
packages/core/src/zig/grapheme.zig(+19 -0)📝
packages/core/src/zig/lib.zig(+9 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.