File tree Expand file tree Collapse file tree 4 files changed +10
-262
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/nix Expand file tree Collapse file tree 4 files changed +10
-262
lines changed Original file line number Diff line number Diff line change @@ -14,81 +14,17 @@ initialState:
14
14
documentContents : |
15
15
{
16
16
key = if a then b else c;
17
- key =
18
- if a
19
- then b
20
- else c;
21
17
22
- a = b; # Inline comment (test)
23
- b = c; # Inline comment 2
24
- a = 1 + 1;
25
- a = a/b/c ? 0;
26
- a = b: b + 1;
27
-
28
- foo = let
29
- a = b;
30
- c = d;
31
- in
32
- {
33
- output = b;
34
- };
35
-
36
- bar = let
37
- a = 1;
38
- b = 2;
39
- in a + b;
40
-
41
- bar =
42
- with key;
43
- let
44
- a = key;
45
- in
46
- a;
47
-
48
- a = x: x + 1;
49
- b = x: y: x + y + 1;
50
18
}
51
19
selections :
52
- - anchor : {line: 1, character: 10 }
53
- active : {line: 1, character: 10 }
20
+ - anchor : {line: 1, character: 9 }
21
+ active : {line: 1, character: 9 }
54
22
marks : {}
55
23
finalState :
56
24
documentContents : |
57
25
{
58
26
key = then b else c;
59
- key =
60
- if a
61
- then b
62
- else c;
63
-
64
- a = b; # Inline comment (test)
65
- b = c; # Inline comment 2
66
- a = 1 + 1;
67
- a = a/b/c ? 0;
68
- a = b: b + 1;
69
-
70
- foo = let
71
- a = b;
72
- c = d;
73
- in
74
- {
75
- output = b;
76
- };
77
-
78
- bar = let
79
- a = 1;
80
- b = 2;
81
- in a + b;
82
-
83
- bar =
84
- with key;
85
- let
86
- a = key;
87
- in
88
- a;
89
27
90
- a = x: x + 1;
91
- b = x: y: x + y + 1;
92
28
}
93
29
selections :
94
30
- anchor : {line: 1, character: 8}
Original file line number Diff line number Diff line change @@ -14,81 +14,17 @@ initialState:
14
14
documentContents : |
15
15
{
16
16
key = if a then b else c;
17
- key =
18
- if a
19
- then b
20
- else c;
21
17
22
- a = b; # Inline comment (test)
23
- b = c; # Inline comment 2
24
- a = 1 + 1;
25
- a = a/b/c ? 0;
26
- a = b: b + 1;
27
-
28
- foo = let
29
- a = b;
30
- c = d;
31
- in
32
- {
33
- output = b;
34
- };
35
-
36
- bar = let
37
- a = 1;
38
- b = 2;
39
- in a + b;
40
-
41
- bar =
42
- with key;
43
- let
44
- a = key;
45
- in
46
- a;
47
-
48
- a = x: x + 1;
49
- b = x: y: x + y + 1;
50
18
}
51
19
selections :
52
- - anchor : {line: 1, character: 17 }
53
- active : {line: 1, character: 17 }
20
+ - anchor : {line: 1, character: 15 }
21
+ active : {line: 1, character: 15 }
54
22
marks : {}
55
23
finalState :
56
24
documentContents : |
57
25
{
58
26
key = if a else c;
59
- key =
60
- if a
61
- then b
62
- else c;
63
-
64
- a = b; # Inline comment (test)
65
- b = c; # Inline comment 2
66
- a = 1 + 1;
67
- a = a/b/c ? 0;
68
- a = b: b + 1;
69
-
70
- foo = let
71
- a = b;
72
- c = d;
73
- in
74
- {
75
- output = b;
76
- };
77
-
78
- bar = let
79
- a = 1;
80
- b = 2;
81
- in a + b;
82
-
83
- bar =
84
- with key;
85
- let
86
- a = key;
87
- in
88
- a;
89
27
90
- a = x: x + 1;
91
- b = x: y: x + y + 1;
92
28
}
93
29
selections :
94
30
- anchor : {line: 1, character: 13}
Original file line number Diff line number Diff line change @@ -14,39 +14,7 @@ initialState:
14
14
documentContents : |
15
15
{
16
16
key = if a then b else c;
17
- key =
18
- if a
19
- then b
20
- else c;
21
17
22
- a = b; # Inline comment (test)
23
- b = c; # Inline comment 2
24
- a = 1 + 1;
25
- a = a/b/c ? 0;
26
- a = b: b + 1;
27
-
28
- foo = let
29
- a = b;
30
- c = d;
31
- in
32
- {
33
- output = b;
34
- };
35
-
36
- bar = let
37
- a = 1;
38
- b = 2;
39
- in a + b;
40
-
41
- bar =
42
- with key;
43
- let
44
- a = key;
45
- in
46
- a;
47
-
48
- a = x: x + 1;
49
- b = x: y: x + y + 1;
50
18
}
51
19
selections :
52
20
- anchor : {line: 1, character: 22}
@@ -56,39 +24,7 @@ finalState:
56
24
documentContents : |
57
25
{
58
26
key = if a then b ;
59
- key =
60
- if a
61
- then b
62
- else c;
63
-
64
- a = b; # Inline comment (test)
65
- b = c; # Inline comment 2
66
- a = 1 + 1;
67
- a = a/b/c ? 0;
68
- a = b: b + 1;
69
-
70
- foo = let
71
- a = b;
72
- c = d;
73
- in
74
- {
75
- output = b;
76
- };
77
-
78
- bar = let
79
- a = 1;
80
- b = 2;
81
- in a + b;
82
-
83
- bar =
84
- with key;
85
- let
86
- a = key;
87
- in
88
- a;
89
27
90
- a = x: x + 1;
91
- b = x: y: x + y + 1;
92
28
}
93
29
selections :
94
30
- anchor : {line: 1, character: 20}
Original file line number Diff line number Diff line change @@ -13,83 +13,23 @@ command:
13
13
initialState :
14
14
documentContents : |
15
15
{
16
- key = if a then b else c;
17
16
key =
18
17
if a
19
18
then b
20
19
else c;
21
-
22
- a = b; # Inline comment (test)
23
- b = c; # Inline comment 2
24
- a = 1 + 1;
25
- a = a/b/c ? 0;
26
- a = b: b + 1;
27
-
28
- foo = let
29
- a = b;
30
- c = d;
31
- in
32
- {
33
- output = b;
34
- };
35
-
36
- bar = let
37
- a = 1;
38
- b = 2;
39
- in a + b;
40
-
41
- bar =
42
- with key;
43
- let
44
- a = key;
45
- in
46
- a;
47
-
48
- a = x: x + 1;
49
- b = x: y: x + y + 1;
50
20
}
51
21
selections :
52
- - anchor : {line: 5 , character: 6}
53
- active : {line: 5 , character: 6}
22
+ - anchor : {line: 3 , character: 6}
23
+ active : {line: 3 , character: 6}
54
24
marks : {}
55
25
finalState :
56
26
documentContents : |
57
27
{
58
- key = if a then b else c;
59
28
key =
60
29
if a
61
- then b
62
- ;
63
-
64
- a = b; # Inline comment (test)
65
- b = c; # Inline comment 2
66
- a = 1 + 1;
67
- a = a/b/c ? 0;
68
- a = b: b + 1;
69
-
70
- foo = let
71
- a = b;
72
- c = d;
73
- in
74
- {
75
- output = b;
76
- };
77
-
78
- bar = let
79
- a = 1;
80
- b = 2;
81
- in a + b;
82
-
83
- bar =
84
- with key;
85
- let
86
- a = key;
87
- in
88
- a;
89
-
90
- a = x: x + 1;
91
- b = x: y: x + y + 1;
30
+
31
+ else c;
92
32
}
93
33
selections :
94
- - anchor : {line: 5 , character: 4}
95
- active : {line: 5 , character: 4}
34
+ - anchor : {line: 3 , character: 4}
35
+ active : {line: 3 , character: 4}
You can’t perform that action at this time.
0 commit comments