summaryrefslogtreecommitdiff
path: root/tests/testdata/fmt/badly_formatted_fixed.md
diff options
context:
space:
mode:
authorPig Fang <g-plane@hotmail.com>2024-08-02 20:12:51 +0800
committerGitHub <noreply@github.com>2024-08-02 12:12:51 +0000
commit124a13280e3d71ed14ef0899b7bfd012f82ceb6e (patch)
treed3cd42098c74c0b665c3ea1090660ae87391be94 /tests/testdata/fmt/badly_formatted_fixed.md
parentea121c9a0e162a83beeae62ed9e5a7911877bcbc (diff)
feat(fmt): support YAML (#24717)
Diffstat (limited to 'tests/testdata/fmt/badly_formatted_fixed.md')
-rw-r--r--tests/testdata/fmt/badly_formatted_fixed.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testdata/fmt/badly_formatted_fixed.md b/tests/testdata/fmt/badly_formatted_fixed.md
index 8ba74cac3..7a7d1913b 100644
--- a/tests/testdata/fmt/badly_formatted_fixed.md
+++ b/tests/testdata/fmt/badly_formatted_fixed.md
@@ -35,3 +35,8 @@ function foo(): number {
"numbers": ["1", "2"]
}
```
+
+```yaml
+- item1
+- item2
+```