TypeScript/tests/cases/fourslash/docCommentTemplateNamespacesAndModules01.ts
2017-11-02 09:55:56 -07:00

22 lines
440 B
TypeScript

/// <reference path='fourslash.ts' />
/////*namespaceN*/
////namespace n {
////}
////
/////*namespaceM*/
////module m {
////}
////
/////*ambientModule*/
////module "ambientModule" {
////}
verify.docCommentTemplateAt("namespaceN", /*indentation*/ 3,
"/** */");
verify.docCommentTemplateAt("namespaceM", /*indentation*/ 3,
"/** */");
verify.docCommentTemplateAt("namespaceM", /*indentation*/ 3,
"/** */");