mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
chore: move test files to testdata directory (#11601)
This commit is contained in:
parent
a0285e2eb8
commit
15a763152f
1089 changed files with 1150 additions and 1160 deletions
|
@ -1,5 +0,0 @@
|
|||
const payload = `{ "__proto__": null }`;
|
||||
const obj = {};
|
||||
console.log("Before: " + obj);
|
||||
Object.assign(obj, JSON.parse(payload));
|
||||
console.log("After: " + obj);
|
Loading…
Add table
Add a link
Reference in a new issue