From 8830e997d00dac5f94c637e8513cfa0ff70f617c Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 17:44:11 +0200 Subject: Correct direct-preview fixture movement outcome --- conformance/fixtures/reference-examples.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conformance/fixtures') diff --git a/conformance/fixtures/reference-examples.json b/conformance/fixtures/reference-examples.json index afc7ad1..d7a73de 100644 --- a/conformance/fixtures/reference-examples.json +++ b/conformance/fixtures/reference-examples.json @@ -4685,13 +4685,13 @@ "action_outcomes": [ { "after_step": 0, - "kind": "movement", + "kind": "failed_search", "position": { "line": 1, - "byte_column": 11 + "byte_column": 6 }, - "complete": true, - "successful_steps": 2, + "complete": false, + "successful_steps": 1, "effective_descriptor": "f" } ], @@ -4700,7 +4700,7 @@ ], "final_position": { "line": 1, - "byte_column": 11 + "byte_column": 6 }, "final_selection": { "active": false, -- cgit v1.2.3