Skip to content

Commit 33afe5a

Browse files
committed
New fixture for test export diff.
1 parent abfde17 commit 33afe5a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
before:
2+
hello: hello
3+
'good day': 'good day'
4+
remove: remove
5+
assoc_diff:
6+
a: A
7+
b: B
8+
assoc_replace:
9+
r: R
10+
assoc_keep:
11+
b: B
12+
assoc_drop:
13+
x: X
14+
internet: internet
15+
goodbye: goodbye
16+
after:
17+
assoc_replace:
18+
rr: RR
19+
assoc_diff:
20+
a: A
21+
b: BB
22+
hello: salut
23+
goodbye: 'a bientot'
24+
assoc_keep:
25+
b: B
26+
assoc_new:
27+
new: New
28+
ajouter: ajouter
29+
'good day': bonjour
30+
internet: internet
31+
diff:
32+
'-- assoc_drop':
33+
x: X
34+
'-- remove': remove
35+
'~~ assoc_diff':
36+
'~- b': B
37+
'~+ b': BB
38+
'~- assoc_replace':
39+
r: R
40+
'~+ assoc_replace':
41+
rr: RR
42+
'~- good day': 'good day'
43+
'~+ good day': bonjour
44+
'~- goodbye': goodbye
45+
'~+ goodbye': 'a bientot'
46+
'~- hello': hello
47+
'~+ hello': salut
48+
'++ ajouter': ajouter
49+
'++ assoc_new':
50+
new: New

0 commit comments

Comments
 (0)