mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Merge pull request #443 from Microsoft/fourslash
Reenable Fourslash tests after they have been accidentlly disabled
This commit is contained in:
@@ -63,10 +63,10 @@
|
||||
////}|] /* even more */
|
||||
////
|
||||
////// object literals
|
||||
////var x = [|{
|
||||
////var x =[|{
|
||||
//// a:1,
|
||||
//// b:2,
|
||||
//// get foo() [|{
|
||||
//// get foo()[| {
|
||||
//// return 1;
|
||||
//// }|]
|
||||
////}|]
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
////interface I[||]
|
||||
|
||||
// should not crash
|
||||
verify.outliningSpansInCurrentFile(test.ranges());
|
||||
verify.outliningSpansInCurrentFile([]);
|
||||
Reference in New Issue
Block a user