Home
last modified time | relevance | path

Searched refs:parsesToValidSourceFileWithErrors (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DjsonParserRecovery.ts3 function parsesToValidSourceFileWithErrors(name: string, text: string) { function
19 parsesToValidSourceFileWithErrors("trailing identifier", "{} blah");
20 parsesToValidSourceFileWithErrors("TypeScript code", "interface Foo {} blah");
21 parsesToValidSourceFileWithErrors("Two comma-separated objects", "{}, {}");
22 parsesToValidSourceFileWithErrors("Two objects", "{} {}");
23 parsesToValidSourceFileWithErrors("JSX", `