functests: Fix ui/cmdline test

This commit is contained in:
ZyX 2017-11-19 19:34:15 +03:00
parent 764cf3251d
commit 53fa435a1f

View File

@ -226,7 +226,11 @@ describe('external cmdline', function()
prompt = "", prompt = "",
special = {'"', true}, special = {'"', true},
},{ },{
content = { { {}, "1+2" } }, content = {
{ {}, "1" },
{ {}, "+" },
{ {}, "2" },
},
firstc = "=", firstc = "=",
indent = 0, indent = 0,
pos = 3, pos = 3,