test(rawcli): guard Ctrl-t breadcrumb flips 0x<->0b + redraw
Closes the last loose end from the byte-line autocomplete fix: the entry-mode toggle correctly flips the breadcrumb prefix (0x <-> 0b) and requests a redraw. Adds test_toggle_updates_breadcrumb_prefix and updates the roadmap. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -23,8 +23,10 @@ appends (optionally after an auto-space) or drops, so the change is always a pur
|
||||
key handler: the menu now populates on every digit in both modes. Regression:
|
||||
`TestKeyBindings::test_digit_binding_fires_completion_trigger_for_raw_bytes`.
|
||||
|
||||
Still worth a quick live-REPL eyeball with a tag on the antenna, and confirming the Ctrl-t / Ctrl-_
|
||||
toggle flips the breadcrumb to `0b` (separate from the completion trigger, not yet re-verified).
|
||||
The Ctrl-t / Ctrl-_ toggle correctly flips the breadcrumb `0x` <-> `0b` and requests a redraw
|
||||
(verified, guarded by `test_toggle_updates_breadcrumb_prefix`). An end-to-end live-session test
|
||||
(`TestRawcliLiveSession`) drives the real PromptSession via a pipe input. A human eyeball of the
|
||||
rendered dropdown on a real terminal is the only thing left unautomated.
|
||||
|
||||
## Priority 1 — MIFARE Classic (do this first)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user