Skip to content

Commit

Permalink
refactor(dotenv): fix stringify function to correctly escape single q…
Browse files Browse the repository at this point in the history
…uotes
  • Loading branch information
emersonlaurentino committed Aug 27, 2024
1 parent 6a21a10 commit 916cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv/stringify_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Deno.test("stringify()", async (t) => {
),
);
await t.step(
"parse",
"parse",
() =>
assertEquals(
parse(stringify({ PARSE: "par'se" })),
Expand Down

0 comments on commit 916cb09

Please sign in to comment.