Jean-David Daviet

Results 1 comments of Jean-David Daviet

The problem comes from https://github.com/denoland/deno_std/blob/main/testing/_diff.ts#L329-L332 The generated diff contains this array : ```javascript [ { type: "removed", value: "Hello world\\n\n" }, { type: "added", value: "fetched it" }, { type:...