aerial.nvim/tests
Slotos 21e3358617
chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323)
* chore: Fix markdown tests

Recent update to nvim-treesitter breaks aerial.nvim tests.
Specifically:
- nvim-treesitter/nvim-treesitter@96f55f3043
- MDeiml/tree-sitter-markdown@cd705f1591

Manually poking around, the behaviour remains the same

* chore: Regenerate ruby symbol snapshots

Prior version held a bunch of data written by hand. This commit updates
it to avoid false alarms when generating symbols for new or updated
queries.

Expectations are not changed, only the order of keys in individual
tables was updated.

* chore: Option to run tests on nvim-treesitter main

While nvim-treesitter is not a strict requirement for aerial.nvim, it
is used to install parsers and it updates nvim default language to
parser assignments with practical values. This commit adds an ability to
run tests against `main` branch by providing `--test-main` option to
`run_tests.sh`.

* chore: Add neorg parser config to main branch

Use C++14 compatible compiler when running tests with `--test-main`,
otherwise parser compilation will fail.
2023-11-09 21:17:09 -08:00
..
symbols chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323) 2023-11-09 21:17:09 -08:00
treesitter feat(treesitter): support for objdump files (#320) 2023-10-31 07:55:51 -07:00
attach_and_events_spec.lua fix: do not open_automatic in unsupported buffers (#185) 2022-12-01 08:37:54 -08:00
config_spec.lua feat: some options can be set on a per-buffer basis (#280) 2023-07-29 10:40:13 -07:00
man_test.txt test: refactor tests to use snapshot files (#315) 2023-10-15 21:18:56 -07:00
minimal_init.lua chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323) 2023-11-09 21:17:09 -08:00
navigation_spec.lua chores: update markdown expectations, regenerate ruby symbols, enable nvim-treesitter main testing (#323) 2023-11-09 21:17:09 -08:00
open_spec.lua refactor: use modern option setter/getter methods 2023-05-21 20:23:12 -07:00
test_util.lua feat: ship the experimental treesitter selection range (#279) 2023-10-31 17:26:09 -07:00
treesitter_spec.lua test: refactor tests to use snapshot files (#315) 2023-10-15 21:18:56 -07:00
window_spec.lua fix: do not open_automatic in unsupported buffers (#185) 2022-12-01 08:37:54 -08:00