neovim/test/functional/treesitter
bfredl e61228a214 fix(tests): needing two calls to setup a screen is cringe
Before calling "attach" a screen object is just a dummy container for
(row, col) values whose purpose is to be sent as part of the "attach"
function call anyway.

Just create the screen in an attached state directly. Keep the complete
(row, col, options) config together. It is still completely valid to
later detach and re-attach as needed, including to another session.
2024-11-14 12:40:57 +01:00
..
fold_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
highlight_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
inspect_tree_spec.lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
language_spec.lua fix(treesitter): mark supertype nodes as named 2024-10-12 09:59:44 +02:00
node_spec.lua feat(treesitter): introduce child_with_descendant() 2024-10-11 17:29:45 +02:00
parser_spec.lua fix(treesitter): remove duplicate symbol names in language.inspect() 2024-10-11 18:15:07 +02:00
query_spec.lua fix(treesitter): show proper node name error messages 2024-11-13 13:32:58 +01:00
utils_spec.lua perf(treesitter): use child_containing_descendant() in is_ancestor() 2024-09-25 23:01:08 +02:00