summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/html/__test__.jsonc
blob: 2e6d08d4cc50769bc462cd57298161d01c940834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
    }
  }
}