File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
tests/fixtures/ExportedArrayDifferTest Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments