File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cursorless-engine/languages
cursorless-vscode-e2e/suite/fixtures/recorded/languages/perl Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const nodeMatchers: Partial<
31
31
anonymousFunction : "anonymous_function" ,
32
32
regularExpression : [ "regex_pattern" , "regex_pattern_qr" ] ,
33
33
collectionKey : "*[key]" , // TODO: child of "value: hash?"
34
- collectionItem : "*[value ]" , // TODO: child of "value: hash?"
34
+ collectionItem : "hash[variable ]" ,
35
35
argumentOrParameter : [
36
36
"empty_parenthesized_argument" ,
37
37
"parenthesized_argument" ,
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ finalState:
26
26
two => 2,
27
27
);
28
28
selections :
29
- - anchor : {line: 1, character: 11 }
30
- active : {line: 1, character: 11 }
29
+ - anchor : {line: 1, character: 4 }
30
+ active : {line: 1, character: 4 }
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ initialState:
16
16
two => 2,
17
17
);
18
18
selections :
19
- - anchor : {line: 2 , character: 4 }
20
- active : {line: 2 , character: 4 }
19
+ - anchor : {line: 1 , character: 8 }
20
+ active : {line: 1 , character: 8 }
21
21
marks : {}
22
22
finalState :
23
23
documentContents : |-
24
24
%hash = (
25
25
two => 2,
26
26
);
27
27
selections :
28
- - anchor : {line: 2 , character: 4}
29
- active : {line: 2 , character: 4}
28
+ - anchor : {line: 1 , character: 4}
29
+ active : {line: 1 , character: 4}
You can’t perform that action at this time.
0 commit comments