neovim/test/functional
Jonny Kong 424a452401 fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284
**Problem:**
The brackets in the RFC2732 regular expression are currently unescaped,
causing them to be misinterpreted as special characters denoting
character groups rather than as literal characters.

**Solution:**
Escape the brackets.
Fix #31270

(cherry picked from commit 442d338cb5)
2024-12-11 14:14:33 +00:00
..
api fix(marks): skip right_gravity marks when deleting text 2024-12-10 12:50:54 +00:00
autocmd test(autocmd/termxx_spec): fix TextChangedT test flakiness (#31296) 2024-11-22 00:32:36 +00:00
core test(main_spec): make "nvim -v" test agnostic to build type 2024-12-04 21:30:52 -05:00
editor fix(completion): avoid deleting text when completion leader changes #31448 2024-12-07 14:54:33 +00:00
ex_cmds fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609) 2024-07-08 02:36:58 +00:00
fixtures fix(lsp): retrigger diagnostics request on server cancellation (#31345) (#31427) 2024-12-02 12:13:23 -06:00
legacy test(012_directory_spec): fix flakiness on Windows (#30921) 2024-10-24 11:57:40 +08:00
lua fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284 2024-12-11 14:14:33 +00:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin fix(lsp): retrigger diagnostics request on server cancellation (#31345) (#31427) 2024-12-02 12:13:23 -06:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script docs(luacats): support backtick captured generic type 2024-05-07 14:33:14 +01:00
shada test: improve test conventions 2024-04-23 18:17:04 +02:00
terminal fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793) 2024-10-15 00:18:12 +00:00
treesitter fix(treesitter): show proper node name error messages 2024-11-13 13:03:00 +00:00
ui fix(inccommand): ensure cursor is where it belongs 2024-11-09 15:26:32 +00:00
vimscript test: improve test conventions 2024-04-23 18:17:04 +02:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua test: do not set termguicolors in test runner 2024-06-13 01:09:49 +00:00