File tree 2 files changed +28
-4
lines changed
src/test/suite/fixtures/recorded/languages/cpp
2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,25 @@ command:
10
10
scopeType : {type: subject}
11
11
usePrePhraseSnapshot : true
12
12
initialState :
13
- documentContents : " int main() {\n switch (i) {\n\t default:\n\t\t break;\n }\n }\n "
13
+ documentContents : |
14
+ int main() {
15
+ switch (i) {
16
+ default:
17
+ break;
18
+ }
19
+ }
14
20
selections :
15
21
- anchor : {line: 3, character: 4}
16
22
active : {line: 3, character: 4}
17
23
marks : {}
18
24
finalState :
19
- documentContents : " int main() {\n switch () {\n\t default:\n\t\t break;\n }\n }\n "
25
+ documentContents : |
26
+ int main() {
27
+ switch () {
28
+ default:
29
+ break;
30
+ }
31
+ }
20
32
selections :
21
33
- anchor : {line: 1, character: 10}
22
34
active : {line: 1, character: 10}
Original file line number Diff line number Diff line change @@ -10,13 +10,25 @@ command:
10
10
scopeType : {type: subject}
11
11
usePrePhraseSnapshot : false
12
12
initialState :
13
- documentContents : " int main() {\n switch (int i = rand() % 100; i) {\n\t default:\n\t\t break;\n }\n }\n "
13
+ documentContents : |
14
+ int main() {
15
+ switch (int i = rand() % 100; i) {
16
+ default:
17
+ break;
18
+ }
19
+ }
14
20
selections :
15
21
- anchor : {line: 3, character: 4}
16
22
active : {line: 3, character: 4}
17
23
marks : {}
18
24
finalState :
19
- documentContents : " int main() {\n switch (int i = rand() % 100; ) {\n\t default:\n\t\t break;\n }\n }\n "
25
+ documentContents : |
26
+ int main() {
27
+ switch (int i = rand() % 100; ) {
28
+ default:
29
+ break;
30
+ }
31
+ }
20
32
selections :
21
33
- anchor : {line: 1, character: 32}
22
34
active : {line: 1, character: 32}
You can’t perform that action at this time.
0 commit comments