wickedest / Mergely

Merge and diff documents online
http://www.mergely.com
Other
1.18k stars 228 forks source link

Merging from lhs to rhs with an add does not replace as expected #106

Closed wickedest closed 5 years ago

wickedest commented 5 years ago

Merging lhs:

a
b
c

to rhs:

a
b
x
c

Will yield:

a

bc

Not the expected result:

a
b
c