From 7ab7a14db74b037ca8b035a04c28ac0b6e30e716 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 22 May 2024 04:31:51 -0700 Subject: refactor(docs): use `@experimental` instead of `@tags unstable` (#23884) --- tests/integration/lsp_tests.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 6a92ae00b..042513456 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -1463,7 +1463,7 @@ fn lsp_hover_asset() { "value": "interface Date", }, "Enables basic storage and retrieval of dates and times.", - "\n\n*@category* - Temporal \n\n*@tags* - unstable" + "\n\n*@category* - Temporal \n\n*@experimental*" ], "range": { "start": { "line": 111, "character": 10, }, @@ -2039,7 +2039,7 @@ fn lsp_hover_unstable_always_enabled() { "value":"interface Deno.ForeignLibraryInterface" }, "**UNSTABLE**: New API, yet to be vetted.\n\nA foreign library interface descriptor.", - "\n\n*@category* - FFI \n\n*@tags* - unstable", + "\n\n*@category* - FFI \n\n*@experimental*", ], "range":{ "start":{ "line":0, "character":14 }, @@ -2084,7 +2084,7 @@ fn lsp_hover_unstable_enabled() { "value":"interface Deno.ForeignLibraryInterface" }, "**UNSTABLE**: New API, yet to be vetted.\n\nA foreign library interface descriptor.", - "\n\n*@category* - FFI \n\n*@tags* - unstable", + "\n\n*@category* - FFI \n\n*@experimental*", ], "range":{ "start":{ "line":0, "character":14 }, -- cgit v1.2.3