mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
spelling: perseveres
This commit is contained in:
parent
27e021e22b
commit
161a7f1788
@ -2258,7 +2258,7 @@ describe "TextEditor", ->
|
||||
|
||||
|
||||
describe "when the preceding row consists of folded code", ->
|
||||
it "moves the line above the folded row and preseveres the correct folds", ->
|
||||
it "moves the line above the folded row and perseveres the correct folds", ->
|
||||
expect(editor.lineTextForBufferRow(8)).toBe " return sort(left).concat(pivot).concat(sort(right));"
|
||||
expect(editor.lineTextForBufferRow(9)).toBe " };"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user