Skip to content

Commit f230a5a

Browse files
Add failing test.
1 parent ed014db commit f230a5a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/// <reference path="./fourslash.ts" />
2+
3+
//// declare module "foo";
4+
//// declare module "foo";
5+
6+
verify.navigationBar([
7+
{
8+
"text": "<global>",
9+
"kind": "script",
10+
"childItems": [
11+
{
12+
"text": "\"foo\"",
13+
"kind": "module",
14+
"kindModifiers": "declare"
15+
}
16+
]
17+
},
18+
{
19+
"text": "\"foo\"",
20+
"kind": "module",
21+
"kindModifiers": "declare",
22+
"indent": 1
23+
}
24+
]);

0 commit comments

Comments
 (0)