TypeScript/tests/cases/fourslash/tsxCompletionOnClosingTagWithoutJSX1.ts
Andy 7a79a45aab
JSX closing tag completion: Include '>' if not already present (#25551)
* JSX closing tag completion: Include '>' if not already present

* Expand comment
2018-07-10 16:14:57 -07:00

7 lines
148 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// var x1 = <div><//**/
verify.completions({ marker: "", exact: "div>" });