patch(issue #106): fixes merge edge-case with add (#107)

* patch(issue #106): fixes merge edge-case with add

* bump
This commit is contained in:
Jamie Peabody
2019-01-23 22:39:04 +00:00
committed by GitHub
parent d9f2edc1ad
commit a2eaef8a13
5 changed files with 21 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ $(document).ready(function () {
},
_debug: '',
lhs: function(setValue) {
setValue('the quick red fox\njumped over the hairy dog');
setValue('a\nb\nc');
},
rhs: function(setValue) {
setValue('the quick brown fox\njumped over the lazy dog');
setValue('a\nb\nx\nc');
}
});
});