TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash6.ts

13 lines
266 B
TypeScript
Raw Normal View History

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