revert 'fix'

This commit is contained in:
Edvin Hultberg 2017-07-27 16:38:00 +02:00
parent bc8497c625
commit 1c83400c12

View file

@ -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')