There seems to be some bug with handling of added/removed empty lines. E.g. if you compare two simple strings: ``` oldValue="a\nb" newValue="a\n\nb" ``` It shows as no difference: 