mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add test
This commit is contained in:
@@ -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