summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fmt/badly_formatted.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/fmt/badly_formatted.md')
-rw-r--r--cli/tests/testdata/fmt/badly_formatted.md46
1 files changed, 0 insertions, 46 deletions
diff --git a/cli/tests/testdata/fmt/badly_formatted.md b/cli/tests/testdata/fmt/badly_formatted.md
deleted file mode 100644
index 26afe483b..000000000
--- a/cli/tests/testdata/fmt/badly_formatted.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# Hello Markdown
-
-```js
-console.log("Hello World"
-
-)
-```
-
-```javascript
-console.log("Hello World2"
-
-)
-```
-
-```ts
-
-function hello(name: string ) {
- console.log(name);
-};
-
-hello( "alice");
-```
-
-```typescript
-function foo(): number {
- return 2;
-}
-```
-
-```jsonc
-
-{
- // Comment in JSON
- "key": "value",
- "key2":
- "value2",
-}
-
-```
-
-```json
-{
- "numbers":
- ["1", "2"]
-}
-``` \ No newline at end of file