mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -34,7 +34,6 @@ describe "LineMap", ->
|
||||
expect(map.lineForScreenRow(0)).toEqual line1
|
||||
expect(map.lineForScreenRow(1)).toEqual line0a.concat(line0b)
|
||||
|
||||
|
||||
describe ".spliceAtBufferRow(bufferRow, rowCount, lineFragments)", ->
|
||||
describe "when called with a row count of 0", ->
|
||||
it "inserts the given line fragments before the specified buffer row", ->
|
||||
|
||||
Reference in New Issue
Block a user