mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
un-f
This commit is contained in:
parent
6cbccdab05
commit
fb039276de
@ -1475,7 +1475,7 @@ describe "Editor", ->
|
||||
it "sets the width based on largest line number", ->
|
||||
expect(editor.gutter.lineNumbers.outerWidth()).toBe editor.charWidth * 2
|
||||
|
||||
fit "updates the width when total number of lines gains a digit", ->
|
||||
it "updates the width when total number of lines gains a digit", ->
|
||||
editor.setText("")
|
||||
expect(editor.gutter.lineNumbers.outerWidth()).toBe editor.charWidth * 1
|
||||
for i in [1..9] # Ends on an empty line 10
|
||||
|
Loading…
Reference in New Issue
Block a user