From 9a23be1c6f71ac42a3eac8097420c6cd1dac55aa Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 18:14:52 +0200 Subject: Correct acquisition presentation fixture order --- conformance/fixtures/transition-fixtures.json | 8 ++++---- conformance/specification-observations.txt | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/conformance/fixtures/transition-fixtures.json b/conformance/fixtures/transition-fixtures.json index 98d639a..3508234 100644 --- a/conformance/fixtures/transition-fixtures.json +++ b/conformance/fixtures/transition-fixtures.json @@ -208,6 +208,10 @@ "after_step": 0, "operation": "read_input" }, + { + "after_step": 0, + "operation": "restore_cursor_presentation" + }, { "after_step": 0, "operation": "apply_cursor", @@ -215,10 +219,6 @@ "line": 1, "byte_column": 2 } - }, - { - "after_step": 0, - "operation": "restore_cursor_presentation" } ] } diff --git a/conformance/specification-observations.txt b/conformance/specification-observations.txt index f4633d4..ba2aa3e 100644 --- a/conformance/specification-observations.txt +++ b/conformance/specification-observations.txt @@ -22,3 +22,13 @@ acquires lower-case "h" in default case mode with count two. The line has one lower-case "h", so movement applies the first partial endpoint at column 6 and reports a failed search. The preview expectation remains the specified count-two column set. + +OBS-003 +Source: specification.txt, sections 5.7, 7.2, and 12.3 +Fixture: SCN-0702-TEMP-SUCCESS +Status: resolved during Phase 16 + +Cursor presentation suppression applies to the target-input interval. The +successful-acquisition fixture restores that presentation before it applies the +resolved movement endpoint. This order also matches the Phase 12 transaction +boundary. -- cgit v1.2.3