We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea07b8e commit 30a8ef7Copy full SHA for 30a8ef7
src/test/suite/followLink.test.ts
@@ -69,5 +69,5 @@ async function followLink() {
69
70
const editor = vscode.window.activeTextEditor;
71
assert.equal(editor?.document?.uri?.scheme, "file");
72
- assert.equal(editor?.document.getText(), "hello world\n");
+ assert.equal(editor?.document.getText().trimEnd(), "hello world");
73
}
0 commit comments