Skip to content

Commit 049bf93

Browse files
Update tests
1 parent b077c2e commit 049bf93

2 files changed

Lines changed: 75 additions & 28 deletions

File tree

data/fixtures/recorded/surroundingPair/textual/changeInsideMixedQuotes.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
aaa's `bbb 'ccc'`
2+
`ddd`
3+
---
4+
5+
[#1 Content] =
6+
[#1 Removal] =
7+
[#1 Domain] = 0:3-0:12
8+
>---------<
9+
0| aaa's `bbb 'ccc'`
10+
11+
[#1 Interior: Content] = 0:4-0:10
12+
>------<
13+
0| aaa's `bbb 'ccc'`
14+
[#1 Interior: Removal] = 0:4-0:11
15+
>-------<
16+
0| aaa's `bbb 'ccc'`
17+
18+
[#1 Boundary L] = 0:3-0:4
19+
>-<
20+
0| aaa's `bbb 'ccc'`
21+
22+
[#1 Boundary R] = 0:11-0:12
23+
>-<
24+
0| aaa's `bbb 'ccc'`
25+
26+
[#1 Insertion delimiter] = " "
27+
28+
29+
[#2 Content] =
30+
[#2 Domain] = 0:6-0:17
31+
>-----------<
32+
0| aaa's `bbb 'ccc'`
33+
34+
[#2 Removal] = 0:5-0:17
35+
>------------<
36+
0| aaa's `bbb 'ccc'`
37+
38+
[#2 Leading delimiter] = 0:5-0:6
39+
>-<
40+
0| aaa's `bbb 'ccc'`
41+
42+
[#2 Interior] = 0:7-0:16
43+
>---------<
44+
0| aaa's `bbb 'ccc'`
45+
46+
[#2 Boundary L] = 0:6-0:7
47+
>-<
48+
0| aaa's `bbb 'ccc'`
49+
50+
[#2 Boundary R] = 0:16-0:17
51+
>-<
52+
0| aaa's `bbb 'ccc'`
53+
54+
[#2 Insertion delimiter] = " "
55+
56+
57+
[#3 Content] =
58+
[#3 Removal] =
59+
[#3 Domain] = 1:0-1:5
60+
>-----<
61+
1| `ddd`
62+
63+
[#3 Interior] = 1:1-1:4
64+
>---<
65+
1| `ddd`
66+
67+
[#3 Boundary L] = 1:0-1:1
68+
>-<
69+
1| `ddd`
70+
71+
[#3 Boundary R] = 1:4-1:5
72+
>-<
73+
1| `ddd`
74+
75+
[#3 Insertion delimiter] = " "

0 commit comments

Comments
 (0)