TypeScript/tests/cases/fourslash/incrementalParsingWithJsDoc.ts
Mohamed Hegazy a59ac8fd33 Update test
2018-05-04 11:29:54 -07:00

16 lines
436 B
TypeScript

/// <reference path="fourslash.ts"/>
////[|import a from 'a/aaaaaaa/aaaaaaa/aaaaaa/aaaaaaa';
/////**/import b from 'b';
////import c from 'c';|]
////
////[|/** @internal */|]
////export class LanguageIdentifier[| { }|]
// Force a syntax tree ot be created.
verify.outliningSpansInCurrentFile(test.ranges());
goTo.marker("");
edit.backspace(test.marker("").position);
verify.outliningSpansInCurrentFile(test.ranges());