Skip to content

Commit 9a9aa00

Browse files
committed
Merge pull request #6348 from Microsoft/tsxFormattingTests
added tests for tsx formatting
2 parents 2f1b6dc + ad89052 commit 9a9aa00

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/// <reference path="fourslash.ts"/>
2+
3+
// @Filename: test.tsx
4+
////import * as React from "react";
5+
////<div
6+
//// autoComplete={(function () {
7+
////return true/*1*/
8+
//// })() }
9+
//// >
10+
////</div>
11+
12+
goTo.marker("1");
13+
edit.insert(";");
14+
verify.currentLineContentIs(" return true;");

0 commit comments

Comments
 (0)