Skip to content

Commit 491c106

Browse files
Add missing Talon scope facets (#2849)
1 parent 5dae136 commit 491c106

14 files changed

+468
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
command: user.do_something(123, 456)
2+
---
3+
4+
[Range] = 0:27-0:35
5+
>--------<
6+
0| command: user.do_something(123, 456)
7+
8+
[Domain] = 0:26-0:36
9+
>----------<
10+
0| command: user.do_something(123, 456)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
command: key(enter)
2+
---
3+
4+
[Range] =
5+
[Domain] = 0:13-0:18
6+
>-----<
7+
0| command: key(enter)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
command: user.do_something(123, 456)
2+
---
3+
4+
[#1 Content] =
5+
[#1 Domain] = 0:27-0:30
6+
>---<
7+
0| command: user.do_something(123, 456)
8+
9+
[#1 Removal] = 0:27-0:32
10+
>-----<
11+
0| command: user.do_something(123, 456)
12+
13+
[#1 Trailing delimiter] = 0:30-0:32
14+
>--<
15+
0| command: user.do_something(123, 456)
16+
17+
[#1 Insertion delimiter] = ", "
18+
19+
20+
[#2 Content] =
21+
[#2 Domain] = 0:32-0:35
22+
>---<
23+
0| command: user.do_something(123, 456)
24+
25+
[#2 Removal] = 0:30-0:35
26+
>-----<
27+
0| command: user.do_something(123, 456)
28+
29+
[#2 Leading delimiter] = 0:30-0:32
30+
>--<
31+
0| command: user.do_something(123, 456)
32+
33+
[#2 Insertion delimiter] = ", "
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
command: key(enter)
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:13-0:18
7+
>-----<
8+
0| command: key(enter)
9+
10+
[Insertion delimiter] = " "
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Hello world
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:13
7+
>-------------<
8+
0| # Hello world
9+
10+
[Insertion delimiter] = "\n"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
command:
2+
value = 123
3+
---
4+
5+
[#1 Content] =
6+
[#1 Removal] = 0:0-0:7
7+
>-------<
8+
0| command:
9+
10+
[#1 Domain] = 0:0-1:15
11+
>--------
12+
0| command:
13+
1| value = 123
14+
---------------<
15+
16+
[#1 Insertion delimiter] = " "
17+
18+
19+
[#2 Content] = 1:4-1:9
20+
>-----<
21+
1| value = 123
22+
23+
[#2 Removal] = 1:4-1:10
24+
>------<
25+
1| value = 123
26+
27+
[#2 Leading delimiter] = 1:0-1:4
28+
>----<
29+
1| value = 123
30+
31+
[#2 Trailing delimiter] = 1:9-1:10
32+
>-<
33+
1| value = 123
34+
35+
[#2 Domain] = 1:4-1:15
36+
>-----------<
37+
1| value = 123
38+
39+
[#2 Insertion delimiter] = " "
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
command:
2+
value = 123
3+
---
4+
5+
[#1 Content] =
6+
[#1 Removal] = 0:0-0:7
7+
>-------<
8+
0| command:
9+
10+
[#1 Domain] = 0:0-1:15
11+
>--------
12+
0| command:
13+
1| value = 123
14+
---------------<
15+
16+
[#1 Insertion delimiter] = " "
17+
18+
19+
[#2 Content] = 1:4-1:9
20+
>-----<
21+
1| value = 123
22+
23+
[#2 Removal] = 1:4-1:10
24+
>------<
25+
1| value = 123
26+
27+
[#2 Leading delimiter] = 1:0-1:4
28+
>----<
29+
1| value = 123
30+
31+
[#2 Trailing delimiter] = 1:9-1:10
32+
>-<
33+
1| value = 123
34+
35+
[#2 Domain] = 1:4-1:15
36+
>-----------<
37+
1| value = 123
38+
39+
[#2 Insertion delimiter] = " "
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
command:
2+
value = 123
3+
---
4+
5+
[#1 Range] =
6+
[#1 Domain] = 0:0-1:15
7+
>--------
8+
0| command:
9+
1| value = 123
10+
---------------<
11+
12+
13+
[#2 Range] =
14+
[#2 Domain] = 1:4-1:15
15+
>-----------<
16+
1| value = 123
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
command:
2+
value = 123
3+
4+
---
5+
6+
[#1 Range] =
7+
[#1 Domain] = 0:0-1:15
8+
>--------
9+
0| command:
10+
1| value = 123
11+
---------------<
12+
13+
14+
[#2 Range] =
15+
[#2 Domain] = 1:4-1:15
16+
>-----------<
17+
1| value = 123
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
command: user.do_something()
2+
---
3+
4+
[#1 Content] =
5+
[#1 Removal] =
6+
[#1 Domain] = 0:0-0:28
7+
>----------------------------<
8+
0| command: user.do_something()
9+
10+
[#1 Insertion delimiter] = "\n"
11+
12+
13+
[#2 Content] =
14+
[#2 Domain] = 0:9-0:28
15+
>-------------------<
16+
0| command: user.do_something()
17+
18+
[#2 Removal] = 0:8-0:28
19+
>--------------------<
20+
0| command: user.do_something()
21+
22+
[#2 Leading delimiter] = 0:8-0:9
23+
>-<
24+
0| command: user.do_something()
25+
26+
[#2 Insertion delimiter] = "\n"

0 commit comments

Comments
 (0)