We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9ff3 commit 85e0775Copy full SHA for 85e0775
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/nix/changeBranch4.yml renamed to packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/nix/changeBranch2.yml
@@ -13,23 +13,20 @@ command:
13
initialState:
14
documentContents: |
15
{
16
- key =
17
- if a
18
- then b
19
- else c;
+ foo = if a
+ then b
+ else c;
20
}
21
selections:
22
- - anchor: {line: 3, character: 6}
23
- active: {line: 3, character: 6}
+ - anchor: {line: 1, character: 9}
+ active: {line: 1, character: 9}
24
marks: {}
25
finalState:
26
27
28
29
30
-
31
+ foo =
32
33
34
- - anchor: {line: 3, character: 4}
35
- active: {line: 3, character: 4}
+ - anchor: {line: 1, character: 8}
+ active: {line: 1, character: 8}
0 commit comments