mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Unfocus spec
This commit is contained in:
@@ -2868,7 +2868,7 @@ describe "Editor", ->
|
||||
expect(tokens[2].scopes).toEqual ["source.js", "comment.line.double-slash.js", "keyword.other.DML.sql"]
|
||||
|
||||
describe ".normalizeTabsInBufferRange()", ->
|
||||
fit "normalizes tabs depending on the editor's soft tab/tab length settings", ->
|
||||
it "normalizes tabs depending on the editor's soft tab/tab length settings", ->
|
||||
editor.setTabLength(1)
|
||||
editor.setSoftTabs(true)
|
||||
editor.setText('\t\t\t')
|
||||
|
||||
Reference in New Issue
Block a user