TypeScript/tests/cases/fourslash/getOutliningSpansForUnbalancedEndRegion.ts

10 lines
234 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
////// bottom-heavy region balance
////[|// #region matched
////
////// #endregion matched|]
////
////// #endregion unmatched
verify.outliningSpansInCurrentFile(test.ranges(), "region");