TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash6.ts

10 lines
246 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
//// /// <reference path
var c = classification;
verify.syntacticClassificationsAre(
c.comment("/// "),
c.punctuation("<"),
c.jsxSelfClosingTagName("reference"),
c.comment(" path"));