Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions data/fixtures/scopes/csharp/class.iteration.block.scope
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
public class Foo {
public class Bar { }
public class Bar { }
}
---

[#1 Content] =
[#1 Domain] = 0:0-2:1
>------------------
0| public class Foo {
1| public class Bar { }
1| public class Bar { }
2| }
-<

Expand All @@ -16,12 +16,12 @@ public class Foo {
[#2 Domain] = 0:18-2:0
>
0| public class Foo {
1| public class Bar { }
1| public class Bar { }
2| }
<


[#3 Content] =
[#3 Domain] = 1:20-1:21
>-<
1| public class Bar { }
[#3 Domain] = 1:22-1:23
>-<
1| public class Bar { }
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* {
width: calc(100% - 50px);
width: calc(100% - 50px);
}
---

[Content] = 1:14-1:25
>-----------<
1| width: calc(100% - 50px);
[Content] = 1:16-1:27
>-----------<
1| width: calc(100% - 50px);

[Domain] = 1:9-1:26
>-----------------<
1| width: calc(100% - 50px);
[Domain] = 1:11-1:28
>-----------------<
1| width: calc(100% - 50px);
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* {
background: repeating-linear-gradient(red, orange 50px);
background: repeating-linear-gradient(red, orange 50px);
}
---

[Content] = 1:40-1:56
>----------------<
1| background: repeating-linear-gradient(red, orange 50px);
[Content] = 1:42-1:58
>----------------<
1| background: repeating-linear-gradient(red, orange 50px);

[Domain] = 1:14-1:57
>-------------------------------------------<
1| background: repeating-linear-gradient(red, orange 50px);
[Domain] = 1:16-1:59
>-------------------------------------------<
1| background: repeating-linear-gradient(red, orange 50px);
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* {
width: calc(100% - 50px);
width: calc(100% - 50px);
}
---

[Content] =
[Removal] =
[Domain] = 1:14-1:25
>-----------<
1| width: calc(100% - 50px);
[Domain] = 1:16-1:27
>-----------<
1| width: calc(100% - 50px);

[Insertion delimiter] = ", "
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
* {
background: repeating-linear-gradient(red, orange 50px);
background: repeating-linear-gradient(red, orange 50px);
}
---

[#1 Content] =
[#1 Domain] = 1:40-1:43
>---<
1| background: repeating-linear-gradient(red, orange 50px);
[#1 Domain] = 1:42-1:45
>---<
1| background: repeating-linear-gradient(red, orange 50px);

[#1 Removal] = 1:40-1:45
>-----<
1| background: repeating-linear-gradient(red, orange 50px);
[#1 Removal] = 1:42-1:47
>-----<
1| background: repeating-linear-gradient(red, orange 50px);

[#1 Trailing delimiter] = 1:43-1:45
>--<
1| background: repeating-linear-gradient(red, orange 50px);
[#1 Trailing delimiter] = 1:45-1:47
>--<
1| background: repeating-linear-gradient(red, orange 50px);

[#1 Insertion delimiter] = ", "


[#2 Content] =
[#2 Domain] = 1:45-1:56
>-----------<
1| background: repeating-linear-gradient(red, orange 50px);
[#2 Domain] = 1:47-1:58
>-----------<
1| background: repeating-linear-gradient(red, orange 50px);

[#2 Removal] = 1:43-1:56
>-------------<
1| background: repeating-linear-gradient(red, orange 50px);
[#2 Removal] = 1:45-1:58
>-------------<
1| background: repeating-linear-gradient(red, orange 50px);

[#2 Leading delimiter] = 1:43-1:45
>--<
1| background: repeating-linear-gradient(red, orange 50px);
[#2 Leading delimiter] = 1:45-1:47
>--<
1| background: repeating-linear-gradient(red, orange 50px);

[#2 Insertion delimiter] = ", "
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
* {
clip-path: ellipse(115px 55px at 50% 40%);
clip-path: ellipse(115px 55px at 50% 40%);
}
---

[#1 Content] =
[#1 Domain] = 1:21-1:31
>----------<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#1 Domain] = 1:23-1:33
>----------<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#1 Removal] = 1:21-1:35
>--------------<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#1 Removal] = 1:23-1:37
>--------------<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#1 Trailing delimiter] = 1:31-1:35
>----<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#1 Trailing delimiter] = 1:33-1:37
>----<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#1 Insertion delimiter] = ", "


[#2 Content] =
[#2 Domain] = 1:35-1:42
>-------<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#2 Domain] = 1:37-1:44
>-------<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#2 Removal] = 1:31-1:42
>-----------<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#2 Removal] = 1:33-1:44
>-----------<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#2 Leading delimiter] = 1:31-1:35
>----<
1| clip-path: ellipse(115px 55px at 50% 40%);
[#2 Leading delimiter] = 1:33-1:37
>----<
1| clip-path: ellipse(115px 55px at 50% 40%);

[#2 Insertion delimiter] = ", "
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
* {
clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
}
---

[#1 Content] =
[#1 Domain] = 1:21-1:27
>------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#1 Domain] = 1:23-1:29
>------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#1 Removal] = 1:21-1:29
>--------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#1 Removal] = 1:23-1:31
>--------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#1 Trailing delimiter] = 1:27-1:29
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#1 Trailing delimiter] = 1:29-1:31
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#1 Insertion delimiter] = ", "


[#2 Content] =
[#2 Domain] = 1:29-1:36
>-------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#2 Domain] = 1:31-1:38
>-------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#2 Removal] = 1:29-1:38
>---------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#2 Removal] = 1:31-1:40
>---------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#2 Leading delimiter] = 1:27-1:29
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#2 Leading delimiter] = 1:29-1:31
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#2 Trailing delimiter] = 1:36-1:38
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#2 Trailing delimiter] = 1:38-1:40
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#2 Insertion delimiter] = ", "


[#3 Content] =
[#3 Domain] = 1:38-1:46
>--------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#3 Domain] = 1:40-1:48
>--------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#3 Removal] = 1:36-1:46
>----------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#3 Removal] = 1:38-1:48
>----------<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#3 Leading delimiter] = 1:36-1:38
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);
[#3 Leading delimiter] = 1:38-1:40
>--<
1| clip-path: polygon(50% 0%, 60% 40%, 100% 50%);

[#3 Insertion delimiter] = ", "
14 changes: 7 additions & 7 deletions data/fixtures/scopes/css/argumentList.actual.empty.scope
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* {
width: calc();
width: calc();
}
---

[Content] =
[Removal] = 1:14-1:14
><
1| width: calc();
[Removal] = 1:16-1:16
><
1| width: calc();

[Domain] = 1:9-1:15
>------<
1| width: calc();
[Domain] = 1:11-1:17
>------<
1| width: calc();

[Insertion delimiter] = ""
52 changes: 26 additions & 26 deletions data/fixtures/scopes/css/argumentList.actual.multiLine.scope
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
* {
clip-path: polygon(
50% 0%,
60% 40%
);
clip-path: polygon(
50% 0%,
60% 40%
);
}
---

[Content] = 2:4-3:11
>-------
2| 50% 0%,
3| 60% 40%
-----------<
[Content] = 2:8-3:15
>-------
2| 50% 0%,
3| 60% 40%
---------------<

[Removal] = 1:21-4:2
>
1| clip-path: polygon(
2| 50% 0%,
3| 60% 40%
4| );
--<
[Removal] = 1:23-4:4
>
1| clip-path: polygon(
2| 50% 0%,
3| 60% 40%
4| );
----<

[Leading delimiter] = 2:0-2:4
>----<
2| 50% 0%,
[Leading delimiter] = 2:0-2:8
>--------<
2| 50% 0%,

[Domain] = 1:13-4:3
>--------
1| clip-path: polygon(
2| 50% 0%,
3| 60% 40%
4| );
---<
[Domain] = 1:15-4:5
>--------
1| clip-path: polygon(
2| 50% 0%,
3| 60% 40%
4| );
-----<

[Insertion delimiter] = ",\n"
14 changes: 7 additions & 7 deletions data/fixtures/scopes/css/argumentList.actual.singleLine.scope
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* {
width: calc(100% - 50px);
width: calc(100% - 50px);
}
---

[Content] =
[Removal] = 1:14-1:25
>-----------<
1| width: calc(100% - 50px);
[Removal] = 1:16-1:27
>-----------<
1| width: calc(100% - 50px);

[Domain] = 1:9-1:26
>-----------------<
1| width: calc(100% - 50px);
[Domain] = 1:11-1:28
>-----------------<
1| width: calc(100% - 50px);

[Insertion delimiter] = ", "
Loading
Loading