Skip to content

Commit

Permalink
fix(test): clean up reg '/' after cmdline testing (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyaowong committed Sep 17, 2023
1 parent 6d225e5 commit 2bc2a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/suite/command-line.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ describe("Command line", () => {
await sendVSCodeCommand("vscode-neovim.commit-cmdline");
assert.equal(await client.commandOutput("echo getreg('/')"), "abc");

await client.call("setreg", ["/", ""]);

// fails in macos
// await sendVSCodeKeys(":");
// await sendVSCodeCommand("vscode-neovim.test-cmdline", "%s/a");
Expand Down

0 comments on commit 2bc2a80

Please sign in to comment.