1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/testdata/fmt/badly_formatted.md
2024-08-02 12:12:51 +00:00

490 B

Hello Markdown

console.log("Hello World"

)
console.log("Hello World2"

)

function hello(name: string    ) {
                  console.log(name);
};

hello(        "alice");
function foo(): number {
  return       2;
}

{
  // Comment in JSON
  "key":          "value",
                "key2":      
                "value2",
}

{
  "numbers":
  ["1",      "2"]
}
-  item1
-  item2