mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix newlines in smartSelection baselines to not be platform dependent (#31437)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user