TypeScript/tests/cases/fourslash/docCommentTemplateRegex.ts

8 lines
181 B
TypeScript

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