Skip to content

Commit

Permalink
Use default value
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Dec 23, 2023
1 parent 6d477ba commit e216cf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions denops/denippet/variable_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,14 @@ test({
assertEquals(actual, "2");
},
});

await t.step({
name: "default",
fn: async () => {
await denops.cmd(`set commentstring=`);
const actual = await V.call(denops, "LINE_COMMENT", "--");
assertEquals(actual, "--");
},
});
},
});

0 comments on commit e216cf4

Please sign in to comment.