mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
module.exports = {
|
|
"\nx": "test",
|
|
"\ty": "test",
|
|
"\rz": "test",
|
|
'"a': "test",
|
|
};
|