diff options
Diffstat (limited to 'conformance/fixtures')
| -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, |
