mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove window.debugContent
Whoops!
This commit is contained in:
@@ -2895,7 +2895,6 @@ describe "EditorView", ->
|
||||
expect(editorView.lineElementForScreenRow(rowNumber).text()).toBe buffer.lineForRow(rowNumber)
|
||||
|
||||
it "correctly calculates the position left for non-monospaced invisibles", ->
|
||||
window.debugContent = true
|
||||
editorView.setShowInvisibles(true)
|
||||
editorView.setInvisibles tab: '♘'
|
||||
editor.setText('\tx')
|
||||
|
||||
Reference in New Issue
Block a user