" Test determining the net change. call vimtest#StartTap() call vimtap#Plan(4) call vimtap#Is(ingo#change#processed#NetChange('foo bar'), 'foo bar', 'original text without backspaces is returned as-is') call vimtap#Is(ingo#change#processed#NetChange("f\Foo\x"), 'Fox', 'two single backspaces are removed') call vimtap#Is(ingo#change#processed#NetChange("f\Foo\\\Bas\r"), 'Bar', 'consecutive backspaces are removed') call vimtap#Is(ingo#change#processed#NetChange("\\foo\x"), "\\fox", 'backspaces at the beginning are kept') call vimtest#Quit()