Step 53 TDD test: Classical editing operations

Tests text undo/redo with bidirectional AST sync, find/replaceAll,
selection, and verifies AST stays consistent through edit operations.
Defines TextEditor interface.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-07 08:23:48 -07:00
parent 76ae96cdb4
commit e287e96470
2 changed files with 180 additions and 0 deletions

View File

@@ -160,6 +160,9 @@ target_include_directories(step47_test PRIVATE src)
add_executable(step51_test tests/step51_test.cpp)
target_include_directories(step51_test PRIVATE src)
add_executable(step53_test tests/step53_test.cpp)
target_include_directories(step53_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues