TypeScript/tests/cases/fourslash/formatTsx.ts
2016-07-12 09:45:55 -07:00

19 lines
278 B
TypeScript

/// <reference path="fourslash.ts"/>
// @Filename: foo.tsx
////<div><p>'</p><p>{function(){return 1;}]}</p></div>
format.document();
verify.currentFileContentIs("<div><p>'</p><p>{function() { return 1; }]}</p></div>");
/*
< 0
p 1
> 2
' 3
< 4
/ 5
p 6
> 7
*/