File tree Expand file tree Collapse file tree 6 files changed +311
-0
lines changed Expand file tree Collapse file tree 6 files changed +311
-0
lines changed Original file line number Diff line number Diff line change 1+ class MyClass {
2+ static { }
3+ }
4+ ---
5+
6+ [#1 Content] = 1:4-1:14
7+ >----------<
8+ 1| static { }
9+
10+ [#1 Removal] = 0:15-2:0
11+ >
12+ 0| class MyClass {
13+ 1| static { }
14+ 2| }
15+ <
16+
17+ [#1 Domain] = 0:0-2:1
18+ >---------------
19+ 0| class MyClass {
20+ 1| static { }
21+ 2| }
22+ -<
23+
24+ [#1 Insertion delimiter] = " "
25+
26+
27+ [#2 Content] = 1:4-1:14
28+ >----------<
29+ 1| static { }
30+
31+ [#2 Removal] = 0:15-2:0
32+ >
33+ 0| class MyClass {
34+ 1| static { }
35+ 2| }
36+ <
37+
38+ [#2 Domain] = 0:14-2:1
39+ >-
40+ 0| class MyClass {
41+ 1| static { }
42+ 2| }
43+ -<
44+
45+ [#2 Insertion delimiter] = " "
46+
47+
48+ [#3 Content] =
49+ [#3 Removal] = 1:12-1:13
50+ >-<
51+ 1| static { }
52+
53+ [#3 Domain] = 1:4-1:14
54+ >----------<
55+ 1| static { }
56+
57+ [#3 Insertion delimiter] = " "
58+
59+
60+ [#4 Content] =
61+ [#4 Removal] = 1:12-1:13
62+ >-<
63+ 1| static { }
64+
65+ [#4 Domain] = 1:11-1:14
66+ >---<
67+ 1| static { }
68+
69+ [#4 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ class Foo {
2+ constructor() { }
3+ }
4+ ---
5+
6+ [#1 Content] = 1:4-1:21
7+ >-----------------<
8+ 1| constructor() { }
9+
10+ [#1 Removal] = 0:11-2:0
11+ >
12+ 0| class Foo {
13+ 1| constructor() { }
14+ 2| }
15+ <
16+
17+ [#1 Domain] = 0:0-2:1
18+ >-----------
19+ 0| class Foo {
20+ 1| constructor() { }
21+ 2| }
22+ -<
23+
24+ [#1 Insertion delimiter] = " "
25+
26+
27+ [#2 Content] = 1:4-1:21
28+ >-----------------<
29+ 1| constructor() { }
30+
31+ [#2 Removal] = 0:11-2:0
32+ >
33+ 0| class Foo {
34+ 1| constructor() { }
35+ 2| }
36+ <
37+
38+ [#2 Domain] = 0:10-2:1
39+ >-
40+ 0| class Foo {
41+ 1| constructor() { }
42+ 2| }
43+ -<
44+
45+ [#2 Insertion delimiter] = " "
46+
47+
48+ [#3 Content] =
49+ [#3 Removal] = 1:19-1:20
50+ >-<
51+ 1| constructor() { }
52+
53+ [#3 Domain] = 1:4-1:21
54+ >-----------------<
55+ 1| constructor() { }
56+
57+ [#3 Insertion delimiter] = " "
58+
59+
60+ [#4 Content] =
61+ [#4 Removal] = 1:16-1:16
62+ ><
63+ 1| constructor() { }
64+
65+ [#4 Domain] = 1:15-1:17
66+ >--<
67+ 1| constructor() { }
68+
69+ [#4 Insertion delimiter] = " "
70+
71+
72+ [#5 Content] =
73+ [#5 Removal] = 1:19-1:20
74+ >-<
75+ 1| constructor() { }
76+
77+ [#5 Domain] = 1:18-1:21
78+ >---<
79+ 1| constructor() { }
80+
81+ [#5 Insertion delimiter] = " "
File renamed without changes.
Original file line number Diff line number Diff line change 1+ class Foo {
2+ static { }
3+ }
4+ ---
5+
6+ [#1 Content] = 1:4-1:14
7+ >----------<
8+ 1| static { }
9+
10+ [#1 Removal] = 0:11-2:0
11+ >
12+ 0| class Foo {
13+ 1| static { }
14+ 2| }
15+ <
16+
17+ [#1 Domain] = 0:0-2:1
18+ >-----------
19+ 0| class Foo {
20+ 1| static { }
21+ 2| }
22+ -<
23+
24+ [#1 Insertion delimiter] = " "
25+
26+
27+ [#2 Content] = 1:4-1:14
28+ >----------<
29+ 1| static { }
30+
31+ [#2 Removal] = 0:11-2:0
32+ >
33+ 0| class Foo {
34+ 1| static { }
35+ 2| }
36+ <
37+
38+ [#2 Domain] = 0:10-2:1
39+ >-
40+ 0| class Foo {
41+ 1| static { }
42+ 2| }
43+ -<
44+
45+ [#2 Insertion delimiter] = " "
46+
47+
48+ [#3 Content] =
49+ [#3 Removal] = 1:12-1:13
50+ >-<
51+ 1| static { }
52+
53+ [#3 Domain] = 1:4-1:14
54+ >----------<
55+ 1| static { }
56+
57+ [#3 Insertion delimiter] = " "
58+
59+
60+ [#4 Content] =
61+ [#4 Removal] = 1:12-1:13
62+ >-<
63+ 1| static { }
64+
65+ [#4 Domain] = 1:11-1:14
66+ >---<
67+ 1| static { }
68+
69+ [#4 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ class Foo:
2+ def __init__(self):
3+ pass
4+ ---
5+
6+ [#1 Content] =
7+ [#1 Removal] = 1:4-2:12
8+ >-------------------
9+ 1| def __init__(self):
10+ 2| pass
11+ ------------<
12+
13+ [#1 Domain] = 0:0-2:12
14+ >----------
15+ 0| class Foo:
16+ 1| def __init__(self):
17+ 2| pass
18+ ------------<
19+
20+ [#1 Insertion delimiter] = " "
21+
22+
23+ [#2 Content] =
24+ [#2 Removal] = 2:8-2:12
25+ >----<
26+ 2| pass
27+
28+ [#2 Domain] = 1:4-2:12
29+ >-------------------
30+ 1| def __init__(self):
31+ 2| pass
32+ ------------<
33+
34+ [#2 Insertion delimiter] = " "
35+
36+
37+ [#3 Content] =
38+ [#3 Removal] = 1:17-1:21
39+ >----<
40+ 1| def __init__(self):
41+
42+ [#3 Domain] = 1:16-1:22
43+ >------<
44+ 1| def __init__(self):
45+
46+ [#3 Insertion delimiter] = " "
Original file line number Diff line number Diff line change 1+ class Foo:
2+ def bar():
3+ pass
4+ ---
5+
6+ [#1 Content] =
7+ [#1 Removal] = 1:4-2:12
8+ >----------
9+ 1| def bar():
10+ 2| pass
11+ ------------<
12+
13+ [#1 Domain] = 0:0-2:12
14+ >----------
15+ 0| class Foo:
16+ 1| def bar():
17+ 2| pass
18+ ------------<
19+
20+ [#1 Insertion delimiter] = " "
21+
22+
23+ [#2 Content] =
24+ [#2 Removal] = 2:8-2:12
25+ >----<
26+ 2| pass
27+
28+ [#2 Domain] = 1:4-2:12
29+ >----------
30+ 1| def bar():
31+ 2| pass
32+ ------------<
33+
34+ [#2 Insertion delimiter] = " "
35+
36+
37+ [#3 Content] =
38+ [#3 Removal] = 1:12-1:12
39+ ><
40+ 1| def bar():
41+
42+ [#3 Domain] = 1:11-1:13
43+ >--<
44+ 1| def bar():
45+
46+ [#3 Insertion delimiter] = " "
You can’t perform that action at this time.
0 commit comments