Skip to content

Commit 062823c

Browse files
committed
add new unit test for getScriptLexicalStructure
1 parent b73558d commit 062823c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/// <reference path="fourslash.ts"/>
2+
3+
4+
/////**/
5+
6+
goTo.marker();
7+
edit.insertLine("module A");
8+
edit.insert("export class ");
9+
10+
// should not crash
11+
verify.getScriptLexicalStructureListCount(1);
12+

0 commit comments

Comments
 (0)