mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 13:45:34 -05:00
Add test
This commit is contained in:
10
tests/cases/fourslash/signatureHelpJSX.ts
Normal file
10
tests/cases/fourslash/signatureHelpJSX.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
//@Filename: test.tsx
|
||||
//@jsx: react
|
||||
////declare var React: any;
|
||||
////const z = <div>{[].map(x => </**/
|
||||
|
||||
// This test exists because it used to crash: #31347
|
||||
goTo.marker();
|
||||
verify.noSignatureHelpForTriggerReason({ kind: "characterTyped", triggerCharacter: "<" });
|
||||
Reference in New Issue
Block a user