mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #6348 from Microsoft/tsxFormattingTests
added tests for tsx formatting
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
|
||||
// @Filename: test.tsx
|
||||
////import * as React from "react";
|
||||
////<div
|
||||
//// autoComplete={(function () {
|
||||
////return true/*1*/
|
||||
//// })() }
|
||||
//// >
|
||||
////</div>
|
||||
|
||||
goTo.marker("1");
|
||||
edit.insert(";");
|
||||
verify.currentLineContentIs(" return true;");
|
||||
Reference in New Issue
Block a user