File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures
recorded/languages/shellscript Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,3 @@ finalState:
2727 selections :
2828 - anchor : {line: 0, character: 10}
2929 active : {line: 0, character: 10}
30- ide :
31- messages :
32- - {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
33- - {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
Original file line number Diff line number Diff line change @@ -27,7 +27,3 @@ finalState:
2727 selections :
2828 - anchor : {line: 0, character: 21}
2929 active : {line: 0, character: 21}
30- ide :
31- messages :
32- - {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
33- - {type: error, id: TreeSitterQuery.checkCaptures.mixRegularStartEnd}
Original file line number Diff line number Diff line change 11local name="Hello world"
22---
3+
4+ [Content] = 0:11-0:24
5+ 0| local name="Hello world"
6+ >-------------<
7+
8+ [Removal] = 0:10-0:24
9+ 0| local name="Hello world"
10+ >--------------<
11+
12+ [Leading delimiter] = 0:10-0:11
13+ 0| local name="Hello world"
14+ >-<
15+
16+ [Domain] = 0:0-0:24
17+ 0| local name="Hello world"
18+ >------------------------<
19+
20+ [Insertion delimiter] = " "
You can’t perform that action at this time.
0 commit comments