1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 08:09:06 -05:00
denoland-deno/tests/specs/node/cjs_key_escaped_whitespace/output.out

7 lines
179 B
Text

imported: [Module: null prototype] {
"\ty": "test",
"\nx": "test",
"\rz": "test",
'"a': "test",
default: { "\nx": "test", "\ty": "test", "\rz": "test", '"a': "test" }
}