mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
💩
This commit is contained in:
parent
8a675fd538
commit
54c0c277ed
@ -515,7 +515,7 @@ describe "Editor", ->
|
||||
rootView.height(200)
|
||||
rootView.width(200)
|
||||
|
||||
config.update("editor.fontSize", fontSize)
|
||||
config.update("editor.fontSize", 10)
|
||||
lineHeightBefore = editor.lineHeight
|
||||
charWidthBefore = editor.charWidth
|
||||
editor.setCursorScreenPosition [5, 6]
|
||||
@ -1559,7 +1559,6 @@ describe "Editor", ->
|
||||
expect(editor.renderedLines.find('.line').text()).toBe "•a line with tabs▸ and spaces•¬"
|
||||
|
||||
config.update("editor.showInvisibles", false)
|
||||
config.update()
|
||||
expect(editor.renderedLines.find('.line').text()).toBe " a line with tabs and spaces "
|
||||
|
||||
it "displays newlines(¬) as their own token outside of the other tokens scope", ->
|
||||
|
Loading…
Reference in New Issue
Block a user