revert 'fix'
This commit is contained in:
parent
bc8497c625
commit
1c83400c12
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ describe "the commands", ->
|
||||||
|
|
||||||
test = (escapeChar, escaped) ->
|
test = (escapeChar, escaped) ->
|
||||||
openEx()
|
openEx()
|
||||||
submitNormalModeInputText(":substitute/,/\#{escapeChar}/g")
|
submitNormalModeInputText(":substitute/,/\\#{escapeChar}/g")
|
||||||
expect(editor.getText()).toEqual("abc#{escaped}def#{escaped}ghi")
|
expect(editor.getText()).toEqual("abc#{escaped}def#{escaped}ghi")
|
||||||
|
|
||||||
it "replaces with a tab", -> test('t', '\t')
|
it "replaces with a tab", -> test('t', '\t')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue