TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash16.ts

17 lines
451 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
//// /// <reference path="./module.ts" />
//// 1
var c = classification;
verify.syntacticClassificationsAre(
c.comment("/// "),
c.punctuation("<"),
c.jsxSelfClosingTagName("reference"),
c.comment(" "),
c.jsxAttribute("path"),
c.operator("="),
c.jsxAttributeStringLiteralValue("\"./module.ts\""),
c.comment(" "),
c.punctuation("/>"),
c.numericLiteral("1"));