neovim/test/functional/api
Justin M. Keyes ed832b9ddf refactor(test): rename alter_slashes, invert its behavior
- `alter_slashes` belongs in `testutil.lua`, not `testnvim.lua`.
- `alter_slashes` is an unusual name. Rename it to `fix_slashes`.
- invert its behavior, to emphasize that `/` slashes are the preferred,
  pervasive convention, not `\` slashes.
2024-09-09 12:23:54 +02:00
..
autocmd_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
buffer_spec.lua fix(api): nvim_buf_get_text() crashes with large negative column #28740 2024-09-03 06:01:42 -07:00
buffer_updates_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
command_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
extmark_spec.lua fix(decor): don't use separate DecorSignHighlight for url (#30096) 2024-08-20 08:20:19 +08:00
highlight_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
keymap_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
menu_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
proc_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
rpc_fixture.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
server_notifications_spec.lua feat(api): broadcast events to ALL channels #28487 2024-05-17 07:37:39 -07:00
server_requests_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabpage_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
ui_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
version_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
vim_spec.lua refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02:00
window_spec.lua refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00