~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to test/functional/legacy/061_undo_tree_spec.lua

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20160418214219-6lf1w0zadujghas7
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
  end)
192
192
 
193
193
  it('undo an expression-register', function()
194
 
    local normal_commands = 'o1\x1ba2\x12=string(123)\n\x1b'
 
194
    local normal_commands = 'o1\027a2\018=string(123)\n\027'
195
195
    write_file('Xtest.source', normal_commands)
196
196
 
197
197
    feed('oa<esc>')