TypeScript/tests/cases/fourslash/docCommentTemplateRegex.ts
2017-12-11 15:56:31 -08:00

8 lines
205 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: regex.ts
////var regex = /*0*///*1*/asdf/*2*/ /*3*///*4*/;
for (const marker of test.markers()) {
verify.noDocCommentTemplateAt(marker);
}