We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55b6e2 commit 5acf8e3Copy full SHA for 5acf8e3
src/testRunner/unittests/comments.ts
@@ -9,7 +9,7 @@ namespace ts {
9
;`;
10
const withTrailing = `;/* comment */
11
// another one
12
-`
+`;
13
it("skips shebang", () => {
14
const result = getLeadingCommentRanges(withShebang, 0);
15
assert.isDefined(result);
0 commit comments