From 14f40c7d5fdaf4746d9fa462952e7a3595636dfd Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 17:43:04 +0200 Subject: Correct inconsistent multiline conformance fixtures --- conformance/fixtures/reference-examples.json | 37 +++++++++++++++++++--------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'conformance/fixtures') diff --git a/conformance/fixtures/reference-examples.json b/conformance/fixtures/reference-examples.json index 6927b24..afc7ad1 100644 --- a/conformance/fixtures/reference-examples.json +++ b/conformance/fixtures/reference-examples.json @@ -2147,7 +2147,7 @@ "kind": "movement", "position": { "line": 1, - "byte_column": 9 + "byte_column": 6 }, "complete": true, "successful_steps": 1, @@ -2157,8 +2157,8 @@ "after_step": 1, "kind": "movement", "position": { - "line": 2, - "byte_column": 6 + "line": 1, + "byte_column": 10 }, "complete": true, "successful_steps": 1, @@ -2169,7 +2169,7 @@ "kind": "movement", "position": { "line": 2, - "byte_column": 10 + "byte_column": 9 }, "complete": true, "successful_steps": 1, @@ -2179,8 +2179,8 @@ "after_step": 3, "kind": "movement", "position": { - "line": 2, - "byte_column": 6 + "line": 1, + "byte_column": 10 }, "complete": true, "successful_steps": 1, @@ -2191,7 +2191,7 @@ "kind": "movement", "position": { "line": 1, - "byte_column": 9 + "byte_column": 6 }, "complete": true, "successful_steps": 1, @@ -2204,7 +2204,7 @@ ], "final_position": { "line": 1, - "byte_column": 9 + "byte_column": 6 }, "final_selection": { "active": false, @@ -2304,6 +2304,10 @@ 0 ] }, + { + "operation": "action", + "action": "StartFindForward" + }, { "operation": "action", "action": "StartFindForward" @@ -2316,7 +2320,7 @@ "kind": "movement", "position": { "line": 1, - "byte_column": 9 + "byte_column": 6 }, "complete": true, "successful_steps": 1, @@ -2324,10 +2328,21 @@ }, { "after_step": 1, + "kind": "movement", + "position": { + "line": 1, + "byte_column": 10 + }, + "complete": true, + "successful_steps": 1, + "effective_descriptor": "f" + }, + { + "after_step": 2, "kind": "failed_search", "position": { "line": 1, - "byte_column": 9 + "byte_column": 10 }, "complete": false, "successful_steps": 0, @@ -2340,7 +2355,7 @@ ], "final_position": { "line": 1, - "byte_column": 9 + "byte_column": 10 }, "final_selection": { "active": false, -- cgit v1.2.3