diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:43:04 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 17:43:04 +0200 |
| commit | 14f40c7d5fdaf4746d9fa462952e7a3595636dfd (patch) | |
| tree | b97f232cad30e5831f858b8ec05103ebef3dba11 /conformance/fixtures | |
| parent | 03757a7355bbad885a9f3c86115f0374dd2cb854 (diff) | |
Correct inconsistent multiline conformance fixtures
Diffstat (limited to 'conformance/fixtures')
| -rw-r--r-- | conformance/fixtures/reference-examples.json | 37 |
1 files changed, 26 insertions, 11 deletions
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, @@ -2307,6 +2307,10 @@ { "operation": "action", "action": "StartFindForward" + }, + { + "operation": "action", + "action": "StartFindForward" } ], "expect": { @@ -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, |
