1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/tests/specs/fmt/html/__test__.jsonc

18 lines
380 B
Text
Raw Normal View History

{
"tempDir": true,
"tests": {
"badly_formatted": {
"args": "fmt badly_formatted.html",
"output": "[WILDLINE]badly_formatted.html\nChecked 1 file\n"
},
"well_formatted": {
"args": "fmt --check well_formatted.html",
"output": "Checked 1 file\n"
},
"broken": {
"args": "fmt broken.html",
"output": "broken.out"
}
}
}