diff --git a/tests/cases/fourslash/formattingInExpressionsInTsx.ts b/tests/cases/fourslash/formattingInExpressionsInTsx.ts new file mode 100644 index 0000000000..f02a5a5b29 --- /dev/null +++ b/tests/cases/fourslash/formattingInExpressionsInTsx.ts @@ -0,0 +1,14 @@ +/// + +// @Filename: test.tsx +////import * as React from "react"; +////
+////
+ +goTo.marker("1"); +edit.insert(";"); +verify.currentLineContentIs(" return true;"); \ No newline at end of file