diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-07-24 12:22:47 -0300 | 
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-08-13 07:41:04 -0300 | 
| commit | 0d713540580b43bc61669f0c7c89ecf0ecabe941 (patch) | |
| tree | f9a4bc2f8b034d76e6589ac6a7471d1dcc658d16 | |
| parent | bef0c03b250b1cb671ad8f130228e6b4a7ae74d3 (diff) | |
| download | rneovim-0d713540580b43bc61669f0c7c89ecf0ecabe941.tar.gz rneovim-0d713540580b43bc61669f0c7c89ecf0ecabe941.tar.bz2 rneovim-0d713540580b43bc61669f0c7c89ecf0ecabe941.zip | |
test: Make sure ENTER prompt is exited in clipboard_provider_spec
The test may hang without this.
| -rw-r--r-- | test/functional/clipboard/clipboard_provider_spec.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/functional/clipboard/clipboard_provider_spec.lua b/test/functional/clipboard/clipboard_provider_spec.lua index 30903e8b57..0550d22fa6 100644 --- a/test/functional/clipboard/clipboard_provider_spec.lua +++ b/test/functional/clipboard/clipboard_provider_spec.lua @@ -369,6 +369,7 @@ describe('clipboard usage', function()        [2] = {foreground = Screen.colors.Blue},        [3] = {bold = true, foreground = Screen.colors.SeaGreen}},        {{bold = true, foreground = Screen.colors.Blue}}) +    feed('<cr>') -- clear out of Press ENTER screen    end)    it('can paste "* to the commandline', function() | 
