diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:23:16 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:24:26 +0300 |
commit | 0ac2afdec73711d8006d6227fcb1d7b658ccf184 (patch) | |
tree | 0535e7a4d3fa190dcd03fc9f27298dd874364113 /test/functional/ui/quickfix_spec.lua | |
parent | ddaa41dee4077247b7742df5762413ef8e3dc7f8 (diff) | |
download | rneovim-0ac2afdec73711d8006d6227fcb1d7b658ccf184.tar.gz rneovim-0ac2afdec73711d8006d6227fcb1d7b658ccf184.tar.bz2 rneovim-0ac2afdec73711d8006d6227fcb1d7b658ccf184.zip |
functests: Fix some ui/*_spec tests
Diffstat (limited to 'test/functional/ui/quickfix_spec.lua')
-rw-r--r-- | test/functional/ui/quickfix_spec.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/functional/ui/quickfix_spec.lua b/test/functional/ui/quickfix_spec.lua index 68dc8b428c..b0d89ee3b6 100644 --- a/test/functional/ui/quickfix_spec.lua +++ b/test/functional/ui/quickfix_spec.lua @@ -52,7 +52,7 @@ describe('quickfix selection highlight', function() {1:~ }| {1:~ }| {1:~ }| - :cad | + | ]]) end) @@ -69,7 +69,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) command('cnext') @@ -84,7 +84,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :cnext | + | ]]) end) @@ -103,7 +103,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) command('cnext') @@ -118,7 +118,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :cnext | + | ]]) end) @@ -139,7 +139,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) feed('j') @@ -154,7 +154,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) end) @@ -175,7 +175,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) feed('j') @@ -190,7 +190,7 @@ describe('quickfix selection highlight', function() |{3:5}| Line | || | {4:[Quickfix List] }| - :copen | + | ]]) end) end) |