mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
53936eda11
Closes https://github.com/denoland/deno/issues/26407 Closes https://github.com/denoland/deno/issues/26763 Closes https://github.com/denoland/deno/issues/26560 Closes https://github.com/denoland/deno/issues/26744 Closes https://github.com/denoland/deno/issues/27030
21 lines
481 B
Text
21 lines
481 B
Text
{
|
|
"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"
|
|
},
|
|
"with_js": {
|
|
"args": "fmt --check with_js.html",
|
|
"output": "Checked 1 file\n"
|
|
}
|
|
}
|
|
}
|