Copy smartSelect tests to fourslash

This commit is contained in:
Andrew Branch
2019-04-23 16:41:59 -07:00
parent 6fc2e4a32e
commit e28b9b2ba2
29 changed files with 852 additions and 1 deletions
+1 -1
View File
@@ -1529,7 +1529,7 @@ Actual: ${stringify(fullActual)}`);
baselineContent.push(masked);
selectionRange = selectionRange.parent;
}
return baselineContent.join(n);
return baselineContent.join(fileContent.includes("\n") ? n + n : n);
}).join(n.repeat(2) + "=".repeat(80) + n.repeat(2));
Harness.Baseline.runBaseline(baselineFile, text);