TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash8.ts
Andrew Casey 9647506d8c Support classification of triple-slash references
Note: not restricted to the element and attribute names that actually
bind
2019-07-25 15:59:17 -07:00

10 lines
251 B
TypeScript

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