TypeScript/tests/cases/fourslash/tsxCompletionOnClosingTagWithoutJSX2.ts

9 lines
227 B
TypeScript
Raw Normal View History

2015-12-11 02:35:10 +01:00
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// var x1 = <div>
//// <h1> Hello world </ /*2*/>
2015-12-11 03:09:02 +01:00
//// </ /*1*/>
2015-12-11 02:35:10 +01:00
verify.completions({ marker: "1", exact: "div" }, { marker: "2", exact: "h1" });