mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄
This commit is contained in:
@@ -12,7 +12,7 @@ describe "LineMap", ->
|
||||
buffer = new Buffer(require.resolve 'fixtures/sample.js')
|
||||
languageMode = new LanguageMode(buffer)
|
||||
map = new LineMap
|
||||
[line0, line1, line2, line3, line4] = languageMode.screenLinesForRows(0, 4)
|
||||
[line0, line1, line2, line3, line4] = languageMode.linesForScreenRows(0, 4)
|
||||
|
||||
describe ".insertAtBufferRow(row, lineFragments)", ->
|
||||
it "inserts the given line fragments before the specified buffer row", ->
|
||||
|
||||
Reference in New Issue
Block a user