Little note 📝

This commit is contained in:
Ben Ogle
2014-06-24 15:13:13 -07:00
parent 8ca709eb6a
commit 65c2f26656

View File

@@ -289,6 +289,7 @@ describe "EditorComponent", ->
editor.getBuffer().insert([12, 0], '\n')
nextTick()
# The newline and he tab need to be in two different operations to surface the bug
editor.getBuffer().insert([13, 0], ' ')
nextTick()