diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:44:11 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:44:11 +0200 |
| commit | 8830e997d00dac5f94c637e8513cfa0ff70f617c (patch) | |
| tree | a0aac83293e6cc913fe2b8b5d239741b6362960a /conformance/fixtures/reference-examples.json | |
| parent | 14f40c7d5fdaf4746d9fa462952e7a3595636dfd (diff) | |
Correct direct-preview fixture movement outcome
Diffstat (limited to 'conformance/fixtures/reference-examples.json')
| -rw-r--r-- | conformance/fixtures/reference-examples.json | 10 |
1 files changed, 5 insertions, 5 deletions
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, |
