mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
fix formatting for lines that start with continuation of multiline comments
This commit is contained in:
9
tests/cases/fourslash/formattingWithMultilineComments.ts
Normal file
9
tests/cases/fourslash/formattingWithMultilineComments.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
|
||||
////f(/*
|
||||
/////*2*/ */() => { /*1*/ });
|
||||
|
||||
goTo.marker("1");
|
||||
edit.insertLine("");
|
||||
goTo.marker("2");
|
||||
verify.currentLineContentIs(" */() => {");
|
||||
Reference in New Issue
Block a user