diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-22 04:31:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 04:31:51 -0700 |
commit | 7ab7a14db74b037ca8b035a04c28ac0b6e30e716 (patch) | |
tree | 6930fc704cda892c3ad445e1550a5505edbca1bd /tests/integration/lsp_tests.rs | |
parent | fabd9a214b278bb119818187de66121c5f91b751 (diff) |
refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)
Diffstat (limited to 'tests/integration/lsp_tests.rs')
-rw-r--r-- | tests/integration/lsp_tests.rs | 6 |
1 files changed, 3 insertions, 3 deletions
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 }, |