TypeScript/tests/cases/fourslash/indentationInJsx1.ts
2015-09-01 12:41:48 -07:00

17 lines
310 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
////(function () {
//// return (
//// <div>
//// <div>
//// </div>
//// /*indent2*/
//// </div>
//// )
////})
format.document();
goTo.marker("indent2");
verify.indentationIs(12);