neovim/test/functional
James McCoy 6c0f1903e6
functionaltest: Use octal escapes for printf
According to POSIX[0], only octal escapes are supported by the printf
command.  GNU coreutils' printf and some shells' builtin printf versions
which support hex escapes, but dash and non-GNU printf do not.

[0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
2018-06-13 23:03:37 -04:00
..
api Merge #7917 'API: buffer updates' 2018-06-08 10:13:04 +02:00
autocmd job-control: children_kill_cb(): do not check elapsed time 2018-04-15 18:23:11 +02:00
clipboard msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core test: fix startup_spec 2018-06-10 16:27:13 +02:00
eval vim-patch:8.0.0256: missing changes to one file breaks test 2018-06-07 12:02:57 -04:00
ex_cmds ex_getln: remove msg_scrolled cargo-cult magic, fixes #8251 2018-06-02 10:07:07 +02:00
fixtures NVIM v0.3.0 2018-06-11 00:46:49 +02:00
insert insert-mode: interpret unmapped META as ESC 2018-04-04 03:23:15 +02:00
legacy vim-patch:8.0.0254: error message of assert functions (#8488) 2018-06-07 09:59:45 +02:00
lua API: return non-generic VimL errors 2018-05-09 23:18:38 +02:00
normal Add some basic tests for macros 2018-03-14 10:39:14 +00:00
options options: remove 'maxcombine` option (always use 6) 2018-06-13 10:11:35 +02:00
plugin test: man_spec: Fix use of nested [[ quoting 2018-02-02 07:28:56 -05:00
provider test: give more time for nodejs 2018-06-04 19:42:28 -04:00
shada functests: Use proper path in eq() 2018-04-02 11:14:11 +03:00
spell test/rmdir(): Remove readonly attr on Windows. 2017-04-10 22:59:30 +02:00
terminal terminal: flush vterm output buffer on pty output #8486 2018-06-08 02:18:27 +02:00
ui functionaltest: Use octal escapes for printf 2018-06-13 23:03:37 -04:00
viml Merge #8377 'TextChangedP autocommand' 2018-05-19 11:44:52 +02:00
helpers.lua cleanup, test interactive -E 2018-06-04 02:09:28 +02:00
preload.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00