Skip to content

Commit

Permalink
Add failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser authored Jan 12, 2022
1 parent ed014db commit f230a5a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/cases/fourslash/navbarForDoubleAmbientModules01.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/// <reference path="./fourslash.ts" />

//// declare module "foo";
//// declare module "foo";

verify.navigationBar([
{
"text": "<global>",
"kind": "script",
"childItems": [
{
"text": "\"foo\"",
"kind": "module",
"kindModifiers": "declare"
}
]
},
{
"text": "\"foo\"",
"kind": "module",
"kindModifiers": "declare",
"indent": 1
}
]);

0 comments on commit f230a5a

Please sign in to comment.