aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/eval_spec.lua
Commit message (Collapse)AuthorAge
* test: Use clipboard fixture instead of user's clipboard (#4903)James McCoy2016-06-11
|
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* eval: let getreg() return valid list for an undefined registerBjörn Linse2016-04-21
| | | | | vim-patch:7.4.1755 this prevents a crash when the list is used in setreg() later
* Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ | | | | vim-patch:7.4.1105
| * vim-patch:7.4.1105Jurica Bradaric2016-02-27
| | | | | | | | | | | | | | Problem: When using slices there is a mixup of variable name and namespace. Solution: Recognize variables that can't be a namespace. (Hirohito Higashi) https://github.com/vim/vim/commit/9bbf63dbf8286fadc0cd6b3428010abb67b1b64d
* | Rewrite hexadecimal escape sequences as decimal in lua stringsThiago de Arruda2016-03-07
|/ | | | | | | The hexadecimal notation is a Luajit extension which is not compatible with Lua 5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with 5.1 API/ABI).
* Tests: fix according to lualintMarco Hinz2016-02-02
|
* test: eval_spec.lua: minor cleanupJustin M. Keyes2016-01-29
|
* tests: Migrate recent patches of legacy eval test.Lucas Hoffmann2016-01-27
| | | | | | As the work of this migration did take quite some time, some changes where made in master after this branch was started. These are ported to the new test file.
* tests: Comments and typos after review.Lucas Hoffmann2016-01-27
| | | | Helped-by: Justin M. Keyes <justinkz@gmail.com>
* tests: Resurrect unused part of legacy eval test.Lucas Hoffmann2016-01-27
| | | | | | The old test_eval.in file did a `:wq` on line 168. The following 60 lines where not used and there was no expected output for them in test_eval.ok. This test code is now used in several test cases in the new test file.
* tests: Split converted eval test into it() blocks.Lucas Hoffmann2016-01-27
|
* tests: Debug converted eval test.Lucas Hoffmann2016-01-27
|
* tests: Migrate legacy eval test.Lucas Hoffmann2016-01-27