mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix command interpreter spec
This commit is contained in:
@@ -161,6 +161,7 @@ describe "CommandInterpreter", ->
|
||||
expect(editSession.getSelection().getBufferRange()).toEqual [[6,16], [6,21]]
|
||||
expect(editSession.lineForScreenRow(5).fold).toBeUndefined()
|
||||
expect(editSession.lineForScreenRow(10).fold).toBeDefined()
|
||||
editSession.unfoldAll() # cleanup fold marker for after assertion
|
||||
|
||||
it "is case-insentive when the pattern contains no non-escaped uppercase letters (behavior copied from vim)", ->
|
||||
waitsForPromise ->
|
||||
|
||||
Reference in New Issue
Block a user