Attempt to fix specs

This commit is contained in:
Edvin Hultberg 2017-07-27 16:27:14 +02:00
parent 4747bcf5e8
commit bc8497c625

View file

@ -764,7 +764,7 @@ describe "the commands", ->
test = (escapeChar, escaped) ->
openEx()
submitNormalModeInputText(":substitute/,/\\#{escapeChar}/g")
submitNormalModeInputText(":substitute/,/\#{escapeChar}/g")
expect(editor.getText()).toEqual("abc#{escaped}def#{escaped}ghi")
it "replaces with a tab", -> test('t', '\t')