From 0d03e388f1fc92d0fecebb2c86368bbdfc63b691 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 14 Apr 2014 14:10:56 -0600 Subject: [PATCH] :lipstick: spec description --- spec/editor-component-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index ab37e2d7c..0a9ecc7c2 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -508,7 +508,7 @@ describe "EditorComponent", -> inputNode.dispatchEvent(new Event('input')) expect(editor.lineForBufferRow(0)).toBe 'xyvar quicksort = function () {' - it "replaces the last character if the length of the input's value doesn't increase", -> + it "replaces the last character if the length of the input's value doesn't increase, as occurs with the accented character menu", -> inputNode.value = 'u' inputNode.dispatchEvent(new Event('input')) expect(editor.lineForBufferRow(0)).toBe 'uvar quicksort = function () {'