neovim/test/functional
Lucas Hoffmann 6571c84d54 tests: Migrate legacy test 80. #2989
The test is also split in several blocks and heavily modernized.  This was
done to prevent the following quoting and escaping problems during migration:
- the vim command `put =...` treats double quotes as the start of a comment so
  they have to be escaped with a backslash
- when inserting control characters on the command line they have to be
  escaped with <C-V>

The parts one and two of the test are functional identical so they are wrapped
in a local function. The only difference was which letters where used to test
the same feature.

Part six did test a flag in 'cpoptions' that has been removed in neovim.  It
has therefore been removed as well.

Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
2015-07-21 19:56:15 -04:00
..
api Implement API function to call functions #2979 2015-07-19 17:18:31 +02:00
autocmd test: Improve functional test debuggability and efficiency 2015-03-24 12:46:15 -03:00
clipboard clipboard: add tests for error fallback and middleclick paste 2015-07-20 20:24:28 -04:00
ex_cmds Test: fix functional/ex_cmds/recover_spec.lua 2015-07-20 22:19:16 +02:00
fixtures clipboard: add tests for error fallback and middleclick paste 2015-07-20 20:24:28 -04:00
job test: lower sleep value in job test 2015-07-16 23:10:01 -03:00
legacy tests: Migrate legacy test 80. #2989 2015-07-21 19:56:15 -04:00
runtime/autoload tests: Use new write_file() function in tests. 2015-06-30 18:06:06 +02:00
server test: v:servername, serverstart(), serverstop() 2015-05-17 02:17:34 -04:00
shell tests: Use pending() instead of silently skipping test. #2737 2015-05-29 20:57:20 +03:00
terminal Test: synIDattr(): true color awareness 2015-07-18 16:55:25 +02:00
ui test: Increase determinism in screen_basic_spec tests 2015-07-16 23:08:09 -03:00
viml completion: Initialize v:completed_item #2839 2015-06-20 11:53:13 -04:00
helpers.lua Test: add new helper function: rmdir() 2015-07-20 22:19:07 +02:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00