diff options
Diffstat (limited to 'test/functional/ex_cmds/debug_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/debug_spec.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/functional/ex_cmds/debug_spec.lua b/test/functional/ex_cmds/debug_spec.lua index 5dad8098ea..fa1c23c69c 100644 --- a/test/functional/ex_cmds/debug_spec.lua +++ b/test/functional/ex_cmds/debug_spec.lua @@ -19,7 +19,10 @@ describe(':debug', function() it('scrolls messages correctly', function() feed(':echoerr bork<cr>') screen:expect([[ - | + ^ | + {1:~ }| + {1:~ }| + {1:~ }| {1:~ }| {1:~ }| {1:~ }| @@ -29,10 +32,7 @@ describe(':debug', function() {1:~ }| {1:~ }| {1:~ }| - {2: }| {3:E121: Undefined variable: bork} | - {3:E15: Invalid expression: bork} | - {4:Press ENTER or type command to continue}^ | ]]) feed(':debug echo "aa"| echo "bb"<cr>') @@ -45,9 +45,9 @@ describe(':debug', function() {1:~ }| {1:~ }| {1:~ }| + {1:~ }| + {1:~ }| {2: }| - {3:E121: Undefined variable: bork} | - {3:E15: Invalid expression: bork} | Entering Debug mode. Type "cont" to continue. | cmd: echo "aa"| echo "bb" | >^ | @@ -60,9 +60,9 @@ describe(':debug', function() {1:~ }| {1:~ }| {1:~ }| + {1:~ }| + {1:~ }| {2: }| - {3:E121: Undefined variable: bork} | - {3:E15: Invalid expression: bork} | Entering Debug mode. Type "cont" to continue. | cmd: echo "aa"| echo "bb" | >step | @@ -76,9 +76,9 @@ describe(':debug', function() | {1:~ }| {1:~ }| + {1:~ }| + {1:~ }| {2: }| - {3:E121: Undefined variable: bork} | - {3:E15: Invalid expression: bork} | Entering Debug mode. Type "cont" to continue. | cmd: echo "aa"| echo "bb" | >step | |