summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/yaml/__test__.jsonc
blob: 71a2e0682744979732b3313504967cd371c98d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "tempDir": true,
  "tests": {
    "badly_formatted": {
      "args": "fmt badly_formatted.yml",
      "output": "[WILDLINE]badly_formatted.yml\nChecked 1 file\n"
    },
    "well_formatted": {
      "args": "fmt --check well_formatted.yml",
      "output": "Checked 1 file\n"
    },
    "ignore_line": {
      "args": "fmt --check ignore_line.yml",
      "output": "Checked 1 file\n"
    },
    "ignore_file": {
      "args": "fmt ignore_file.yaml",
      "output": "Checked 1 file\n"
    },
    "ignore_file2": {
      "args": "fmt ignore_file2.yaml",
      "output": "Checked 1 file\n"
    },
    "ignore_file3": {
      "args": "fmt ignore_file3.yaml",
      "output": "Checked 1 file\n"
    },
    "ignore_file4": {
      "args": "fmt ignore_file4.yaml",
      "output": "Checked 1 file\n"
    },
    "wrong_file_ignore": {
      "args": "fmt wrong_file_ignore.yaml",
      "output": "wrong_file_ignore.out"
    }
  }
}