mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix typo
This commit is contained in:
@@ -101,7 +101,7 @@ describe "EditorComponent", ->
|
||||
atom.config.set("editor.showInvisibles", true)
|
||||
atom.config.set("editor.invisibles", invisibles)
|
||||
|
||||
it "displays spaces, tabs, and newlines as visible charachters", ->
|
||||
it "displays spaces, tabs, and newlines as visible characters", ->
|
||||
editor.setText " a line with tabs\tand spaces "
|
||||
expect(component.lineNodeForScreenRow(0).textContent).toBe "#{invisibles.space}a line with tabs#{invisibles.tab} and spaces#{invisibles.space}#{invisibles.eol}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user