This commit is contained in:
Klaus Meinhardt
2018-11-12 21:47:50 +01:00
parent b55b6e2f6b
commit 5acf8e380b
+1 -1
View File
@@ -9,7 +9,7 @@ namespace ts {
;`;
const withTrailing = `;/* comment */
// another one
`
`;
it("skips shebang", () => {
const result = getLeadingCommentRanges(withShebang, 0);
assert.isDefined(result);