mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add failing test.
This commit is contained in:
committed by
GitHub
parent
ed014db864
commit
f230a5af47
@@ -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
|
||||
}
|
||||
]);
|
||||
Reference in New Issue
Block a user