mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
💄
This commit is contained in:
committed by
Kevin Sawicki
parent
f766bbbb38
commit
2ff282011b
@@ -306,7 +306,7 @@ describe "AutocompleteView", ->
|
||||
|
||||
describe "when text is removed from the mini-editor", ->
|
||||
it "reloads the match list based on the mini-editor's text", ->
|
||||
editor.getBuffer().insert([10,0] ,"t")
|
||||
editor.getBuffer().insert([10,0], "t")
|
||||
editor.setCursorBufferPosition([10,0])
|
||||
autocomplete.attach()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user