From ad890522f6c5d8b880a95a33327a03f13677ec58 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Mon, 4 Jan 2016 13:59:27 -0800 Subject: [PATCH] added tests for tsx formatting --- .../fourslash/formattingInExpressionsInTsx.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/cases/fourslash/formattingInExpressionsInTsx.ts 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