summaryrefslogtreecommitdiff
path: root/conformance
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 18:14:52 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 18:14:52 +0200
commit9a23be1c6f71ac42a3eac8097420c6cd1dac55aa (patch)
treed5736c19aae99a4a0ad5bbd5424d4aa3d52dc9e1 /conformance
parentac76d70b00bc3c43304c0c83381e27fe73ad56cb (diff)
Correct acquisition presentation fixture order
Diffstat (limited to 'conformance')
-rw-r--r--conformance/fixtures/transition-fixtures.json8
-rw-r--r--conformance/specification-observations.txt10
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
@@ -210,15 +210,15 @@
},
{
"after_step": 0,
+ "operation": "restore_cursor_presentation"
+ },
+ {
+ "after_step": 0,
"operation": "apply_cursor",
"position": {
"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.