mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 14:11:28 +00:00
docs: misc, rename "tabpage"
Co-authored-by: michael-grunder <michael.grunder@gmail.com> Co-authored-by: Olivia Kinnear <git@superatomic.dev> Co-authored-by: Felipe Matarazzo <felipemps@protonmail.com>
This commit is contained in:
@@ -718,7 +718,7 @@ describe('path.c', function()
|
||||
eq(1, path_with_url([[test+abc-123.ghi://xyz/foo/b1]]))
|
||||
eq(2, path_with_url([[test+abc-123.ghi:\\xyz\foo\b1]]))
|
||||
|
||||
-- Check invalid scheme starting or ending wiht '+', '-', or '.'
|
||||
-- Check invalid scheme starting or ending with '+', '-', or '.'
|
||||
eq(0, path_with_url([[-test://xyz/foo/b4]]))
|
||||
eq(0, path_with_url([[test-://xyz/foo/b5]]))
|
||||
eq(0, path_with_url([[+test://xyz/foo/b4]]))
|
||||
|
||||
Reference in New Issue
Block a user