Skip to content

Commit 02d88ae

Browse files
committed
experiment with hatdoc/txtar
1 parent abc515d commit 02d88ae

File tree

2,798 files changed

+34603
-42882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,798 files changed

+34603
-42882
lines changed

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/_bringLineHarpAndWhale.yml

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,49 +13,40 @@ command:
1313
mark: {type: decoratedSymbol, symbolColor: default, character: w}
1414
- {type: primitive, isImplicit: true}
1515
initialState:
16-
documentContents: |+
17-
hello
18-
there
19-
whatever
20-
21-
selections:
22-
- anchor: {line: 4, character: 0}
23-
active: {line: 4, character: 0}
24-
marks:
25-
default.h:
26-
start: {line: 0, character: 0}
27-
end: {line: 0, character: 5}
28-
default.w:
29-
start: {line: 2, character: 0}
30-
end: {line: 2, character: 8}
16+
file: initial
3117
finalState:
32-
documentContents: |-
33-
hello
34-
there
35-
whatever
36-
37-
hello
38-
whatever
39-
selections:
40-
- anchor: {line: 5, character: 8}
41-
active: {line: 5, character: 8}
4218
thatMark:
4319
- type: UntypedTarget
44-
contentRange:
45-
start: {line: 4, character: 0}
46-
end: {line: 5, character: 8}
47-
isReversed: false
4820
hasExplicitRange: true
4921
sourceMark:
5022
- type: UntypedTarget
5123
contentRange:
5224
start: {line: 0, character: 0}
5325
end: {line: 0, character: 5}
54-
isReversed: false
5526
hasExplicitRange: true
5627
- type: UntypedTarget
5728
contentRange:
5829
start: {line: 2, character: 0}
5930
end: {line: 2, character: 8}
60-
isReversed: false
6131
hasExplicitRange: true
32+
file: final
33+
thatMarkRanges: 1
34+
-- initial --
35+
^ h
36+
> hello
37+
> there
38+
^ w
39+
> whatever
40+
>
41+
>
42+
| |
43+
-- final --
44+
> hello
45+
> there
46+
> whatever
47+
>
48+
> hello
49+
1 [----
50+
> whatever
51+
| |
52+
1 -------]

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/alternateHighlightHarp.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,24 @@ command:
1111
usePrePhraseSnapshot: true
1212
spokenFormError: highlight.highlightId
1313
initialState:
14-
documentContents: hello world
15-
selections:
16-
- anchor: {line: 0, character: 11}
17-
active: {line: 0, character: 11}
18-
marks:
19-
default.h:
20-
start: {line: 0, character: 0}
21-
end: {line: 0, character: 5}
14+
file: initial
2215
finalState:
23-
documentContents: hello world
24-
selections:
25-
- anchor: {line: 0, character: 11}
26-
active: {line: 0, character: 11}
2716
thatMark:
2817
- type: UntypedTarget
29-
contentRange:
30-
start: {line: 0, character: 0}
31-
end: {line: 0, character: 5}
32-
isReversed: false
33-
hasExplicitRange: false
18+
file: final
19+
thatMarkRanges: 1
3420
ide:
3521
highlights:
3622
- highlightId: highlight1
3723
ranges:
3824
- type: character
3925
start: {line: 0, character: 0}
4026
end: {line: 0, character: 5}
27+
-- initial --
28+
^ h
29+
> hello world
30+
| |
31+
-- final --
32+
> hello world
33+
| |
34+
1 [---]

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/bringAirAfterAir.yml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,23 @@ command:
1212
- {type: position, position: after}
1313
usePrePhraseSnapshot: true
1414
initialState:
15-
documentContents: a
16-
selections:
17-
- anchor: {line: 0, character: 1}
18-
active: {line: 0, character: 1}
19-
marks:
20-
default.a:
21-
start: {line: 0, character: 0}
22-
end: {line: 0, character: 1}
15+
file: initial
2316
finalState:
24-
documentContents: a a
25-
selections:
26-
- anchor: {line: 0, character: 1}
27-
active: {line: 0, character: 1}
2817
thatMark:
2918
- type: UntypedTarget
30-
contentRange:
31-
start: {line: 0, character: 2}
32-
end: {line: 0, character: 3}
33-
isReversed: false
3419
hasExplicitRange: true
3520
sourceMark:
3621
- type: UntypedTarget
37-
contentRange:
38-
start: {line: 0, character: 0}
39-
end: {line: 0, character: 1}
40-
isReversed: false
4122
hasExplicitRange: true
23+
file: final
24+
thatMarkRanges: 2
25+
sourceMarkRanges: 1
26+
-- initial --
27+
^ a
28+
> a
29+
| |
30+
-- final --
31+
> a a
32+
| |
33+
1 #
34+
2 #

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/bringAirAndBatAndCap.yml

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,57 +14,44 @@ command:
1414
mark: {type: decoratedSymbol, symbolColor: default, character: c}
1515
- {type: primitive, isImplicit: true}
1616
initialState:
17-
documentContents: |+
18-
a
19-
b
20-
c
21-
22-
selections:
23-
- anchor: {line: 4, character: 0}
24-
active: {line: 4, character: 0}
25-
marks:
26-
default.a:
27-
start: {line: 0, character: 0}
28-
end: {line: 0, character: 1}
29-
default.b:
30-
start: {line: 1, character: 0}
31-
end: {line: 1, character: 1}
32-
default.c:
33-
start: {line: 2, character: 0}
34-
end: {line: 2, character: 1}
17+
file: initial
3518
finalState:
36-
documentContents: |-
37-
a
38-
b
39-
c
40-
41-
a b c
42-
selections:
43-
- anchor: {line: 4, character: 5}
44-
active: {line: 4, character: 5}
4519
thatMark:
4620
- type: UntypedTarget
47-
contentRange:
48-
start: {line: 4, character: 0}
49-
end: {line: 4, character: 5}
50-
isReversed: false
5121
hasExplicitRange: true
5222
sourceMark:
5323
- type: UntypedTarget
5424
contentRange:
5525
start: {line: 0, character: 0}
5626
end: {line: 0, character: 1}
57-
isReversed: false
5827
hasExplicitRange: true
5928
- type: UntypedTarget
6029
contentRange:
6130
start: {line: 1, character: 0}
6231
end: {line: 1, character: 1}
63-
isReversed: false
6432
hasExplicitRange: true
6533
- type: UntypedTarget
6634
contentRange:
6735
start: {line: 2, character: 0}
6836
end: {line: 2, character: 1}
69-
isReversed: false
7037
hasExplicitRange: true
38+
file: final
39+
thatMarkRanges: 1
40+
-- initial --
41+
^ a
42+
> a
43+
^ b
44+
> b
45+
^ c
46+
> c
47+
>
48+
>
49+
| |
50+
-- final --
51+
> a
52+
> b
53+
> c
54+
>
55+
> a b c
56+
| |
57+
1 [---]

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/bringAirAndBatAndCapToAfterDrum.yml

Lines changed: 24 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,61 +16,47 @@ command:
1616
position: after
1717
mark: {type: decoratedSymbol, symbolColor: default, character: d}
1818
initialState:
19-
documentContents: |
20-
a
21-
b
22-
c
23-
24-
d
25-
selections:
26-
- anchor: {line: 5, character: 0}
27-
active: {line: 5, character: 0}
28-
marks:
29-
default.a:
30-
start: {line: 0, character: 0}
31-
end: {line: 0, character: 1}
32-
default.b:
33-
start: {line: 1, character: 0}
34-
end: {line: 1, character: 1}
35-
default.c:
36-
start: {line: 2, character: 0}
37-
end: {line: 2, character: 1}
38-
default.d:
39-
start: {line: 4, character: 0}
40-
end: {line: 4, character: 1}
19+
file: initial
4120
finalState:
42-
documentContents: |
43-
a
44-
b
45-
c
46-
47-
d a b c
48-
selections:
49-
- anchor: {line: 5, character: 0}
50-
active: {line: 5, character: 0}
5121
thatMark:
5222
- type: UntypedTarget
53-
contentRange:
54-
start: {line: 4, character: 2}
55-
end: {line: 4, character: 7}
56-
isReversed: false
5723
hasExplicitRange: true
5824
sourceMark:
5925
- type: UntypedTarget
6026
contentRange:
6127
start: {line: 0, character: 0}
6228
end: {line: 0, character: 1}
63-
isReversed: false
6429
hasExplicitRange: true
6530
- type: UntypedTarget
6631
contentRange:
6732
start: {line: 1, character: 0}
6833
end: {line: 1, character: 1}
69-
isReversed: false
7034
hasExplicitRange: true
7135
- type: UntypedTarget
7236
contentRange:
7337
start: {line: 2, character: 0}
7438
end: {line: 2, character: 1}
75-
isReversed: false
7639
hasExplicitRange: true
40+
file: final
41+
thatMarkRanges: 1
42+
-- initial --
43+
^ a
44+
> a
45+
^ b
46+
> b
47+
^ c
48+
> c
49+
>
50+
^ d
51+
> d
52+
>
53+
| |
54+
-- final --
55+
> a
56+
> b
57+
> c
58+
>
59+
> d a b c
60+
1 [---]
61+
>
62+
| |

0 commit comments

Comments
 (0)