mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Refactor Snippets to a class that creates an instance for each Editor
This commit is contained in:
@@ -32,7 +32,7 @@ describe "Snippets extension", ->
|
||||
expect(editor.getCursorScreenPosition()).toEqual [0, 14]
|
||||
|
||||
describe "when the snippet contains tab stops", ->
|
||||
|
||||
|
||||
|
||||
describe "when the letters preceding the cursor don't match a snippet", ->
|
||||
it "inserts a tab as normal", ->
|
||||
|
||||
Reference in New Issue
Block a user