0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/tests/specs/node/cjs_key_escaped_whitespace/module.cjs

6 lines
89 B
JavaScript

module.exports = {
"\nx": "test",
"\ty": "test",
"\rz": "test",
'"a': "test",
};