Merge pull request #443 from Microsoft/fourslash

Reenable Fourslash tests after they have been accidentlly disabled
This commit is contained in:
Mohamed Hegazy
2014-08-12 17:45:04 -07:00
8 changed files with 25 additions and 30 deletions

View File

@@ -63,10 +63,10 @@
////}|] /* even more */
////
////// object literals
////var x = [|{
////var x =[|{
//// a:1,
//// b:2,
//// get foo() [|{
//// get foo()[| {
//// return 1;
//// }|]
////}|]

View File

@@ -3,4 +3,4 @@
////interface I[||]
// should not crash
verify.outliningSpansInCurrentFile(test.ranges());
verify.outliningSpansInCurrentFile([]);