From 65c2f26656e591899bc06ca60e4228f7fc163ea5 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 24 Jun 2014 15:13:13 -0700 Subject: [PATCH] Little note :memo: --- spec/editor-component-spec.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 768f3d1b0..9ca48af92 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -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()