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<
3131 anonymousFunction : "anonymous_function" ,
3232 regularExpression : [ "regex_pattern" , "regex_pattern_qr" ] ,
3333 collectionKey : "*[key]" , // TODO: child of "value: hash?"
34- collectionItem : "*[value ]" , // TODO: child of "value: hash?"
34+ collectionItem : "hash[variable ]" ,
3535 argumentOrParameter : [
3636 "empty_parenthesized_argument" ,
3737 "parenthesized_argument" ,
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ finalState:
2626 two => 2,
2727 );
2828 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:
1616 two => 2,
1717 );
1818 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 }
2121 marks : {}
2222finalState :
2323 documentContents : |-
2424 %hash = (
2525 two => 2,
2626 );
2727 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