when formatting lists check if end list token still belongs to the parent node

This commit is contained in:
Vladimir Matveev
2015-01-13 14:22:53 -08:00
parent cbecae3cf3
commit 150720bd70
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
/// <reference path='fourslash.ts' />
////function f( f: function){/*1*/
goTo.marker("1");
edit.insert("}");
verify.currentLineContentIs("function f(f: function){ }")