Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fmt): stabilize CSS, HTML and YAML formatters #25753

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
bartlomieju committed Sep 20, 2024
commit f7d8776d670442b8da018ccf42bbfc4a63d43858
5 changes: 5 additions & 0 deletions tests/specs/fmt/css/__test__.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tempDir": true,
"args": "fmt",
"output": "[WILDLINE]badly_formatted.css\nChecked 1 file\n"
}
5 changes: 5 additions & 0 deletions tests/specs/fmt/html/__test__.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tempDir": true,
"args": "fmt --unstable-html",
"output": "[WILDLINE]badly_formatted.html\nChecked 1 file\n"
}
19 changes: 0 additions & 19 deletions tests/specs/fmt/unstable_css/__test__.jsonc

This file was deleted.

19 changes: 0 additions & 19 deletions tests/specs/fmt/unstable_html/__test__.jsonc

This file was deleted.

19 changes: 0 additions & 19 deletions tests/specs/fmt/unstable_yaml/__test__.jsonc

This file was deleted.

5 changes: 5 additions & 0 deletions tests/specs/fmt/yaml/__test__.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tempDir": true,
"args": "fmt",
"output": "[WILDLINE]badly_formatted.yml\nChecked 1 file\n"
}