[PR #848] [MERGED] test: implement backspace / delete key test for styled text #4384

Closed
opened 2026-03-23 21:37:34 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/848
Author: @LucasXu0
Created: 8/15/2022
Status: Merged
Merged: 8/15/2022
Merged by: @LucasXu0

Base: mainHead: test/delete_handler


📝 Commits (3)

  • c008f33 test: implement backspace key test for styled text
  • c66e1e4 test: implement delete key test for styled text
  • 6d46f40 chore: delete icov.info

📊 Changes

5 files changed (+385 additions, -35 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/test/widget_test.dart (+1 -23)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/delete_text_handler.dart (+7 -3)
📝 frontend/app_flowy/packages/flowy_editor/test/infra/test_editor.dart (+10 -7)
📝 frontend/app_flowy/packages/flowy_editor/test/infra/test_raw_key_event.dart (+16 -2)
frontend/app_flowy/packages/flowy_editor/test/service/internal_key_event_handlers/delete_text_handler_test.dart (+351 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/848 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/15/2022 **Status:** ✅ Merged **Merged:** 8/15/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `test/delete_handler` --- ### 📝 Commits (3) - [`c008f33`](https://github.com/AppFlowy-IO/AppFlowy/commit/c008f3369cf532a07243aea54959d2dc5d5a591e) test: implement backspace key test for styled text - [`c66e1e4`](https://github.com/AppFlowy-IO/AppFlowy/commit/c66e1e4df84e95d70b98278ce1346b7c9cd05d0d) test: implement delete key test for styled text - [`6d46f40`](https://github.com/AppFlowy-IO/AppFlowy/commit/6d46f40fae341035e8b1328e1fddcabf0c8f0224) chore: delete icov.info ### 📊 Changes **5 files changed** (+385 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/test/widget_test.dart` (+1 -23) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/delete_text_handler.dart` (+7 -3) 📝 `frontend/app_flowy/packages/flowy_editor/test/infra/test_editor.dart` (+10 -7) 📝 `frontend/app_flowy/packages/flowy_editor/test/infra/test_raw_key_event.dart` (+16 -2) ➕ `frontend/app_flowy/packages/flowy_editor/test/service/internal_key_event_handlers/delete_text_handler_test.dart` (+351 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:34 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4384
No description provided.