Skip to content

Commit cc21de2

Browse files
committed
add: updated fixture
1 parent 86c5f80 commit cc21de2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
foo() {
2-
if(true) { }
2+
if (true) { }
33
}
44
---
55

6+
[Content] =
7+
[Domain] = 1:2-1:15
8+
>-------------<
9+
1| if (true) { }
10+
11+
[Removal] = 1:0-1:15
12+
>---------------<
13+
1| if (true) { }
14+
15+
[Leading delimiter] = 1:0-1:2
16+
>--<
17+
1| if (true) { }
18+
19+
[Insertion delimiter] = "\n"

0 commit comments

Comments
 (0)