neovim/test/unit/eval
ZyX 430e516d3a viml/parser/expressions: Start creating expressions parser
Currently supported nodes:

- Register as it is one of the simplest value nodes (even numbers are
  not that simple with that dot handling).
- Plus, both unary and binary.
- Parenthesis, both nesting and calling.

Note regarding unit tests: it stores data for AST in highlighting in
strings in place of tables because luassert fails to do a good job at
representing big tables. Squashing a bunch of data into a single string
simply yields more readable result.
2017-10-08 22:25:03 +03:00
..
decode_spec.lua unittests: Fix linter error 2017-04-09 03:39:37 +03:00
encode_spec.lua unittests: Check core dumps in after_each, like in functests 2017-03-11 23:23:49 +03:00
helpers.lua viml/parser/expressions: Start creating expressions parser 2017-10-08 22:25:03 +03:00
tricks_spec.lua unittests: Fix linter errors 2017-03-29 10:08:46 +03:00
tv_clear_spec.lua eval: Split eval.c into smaller files 2017-03-29 10:05:06 +03:00
typval_spec.lua unittests: Fix allocation ordering for tv_dict_add_str() 2017-07-02 20:24:39 +03:00