Fix newlines in smartSelection baselines to not be platform dependent (#31437)

This commit is contained in:
Ron Buckton
2019-05-16 20:39:47 -07:00
committed by GitHub
parent 15daf42b2c
commit f4b83ef8d3
+1 -1
View File
@@ -1503,7 +1503,7 @@ Actual: ${stringify(fullActual)}`);
}
public baselineSmartSelection() {
const n = ts.sys.newLine;
const n = "\n";
const baselineFile = this.getBaselineFileName();
const markers = this.getMarkers();
const fileContent = this.activeFile.content;