TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash8.ts

13 lines
271 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=\""));