TypeScript/tests/cases/fourslash/indentationInJsx1.ts

17 lines
310 B
TypeScript
Raw Normal View History

2015-09-01 21:41:48 +02:00
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
////(function () {
//// return (
//// <div>
//// <div>
//// </div>
//// /*indent2*/
//// </div>
//// )
////})
format.document();
goTo.marker("indent2");
verify.indentationIs(12);