From 916cb0937a6a65eba35218317003e243956f9bdd Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Tue, 27 Aug 2024 16:46:39 -0300 Subject: [PATCH] refactor(dotenv): fix stringify function to correctly escape single quotes --- dotenv/stringify_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotenv/stringify_test.ts b/dotenv/stringify_test.ts index 7c775becf698..18eaefdeb1aa 100644 --- a/dotenv/stringify_test.ts +++ b/dotenv/stringify_test.ts @@ -80,7 +80,7 @@ Deno.test("stringify()", async (t) => { ), ); await t.step( - "parse", + "parse", () => assertEquals( parse(stringify({ PARSE: "par'se" })),