diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:12:04 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:12:04 +0000 |
| commit | 359eb14841c9f95696e02f9e5111e488e418cce6 (patch) | |
| tree | d97e1915734375cac37a6035f8cc9cda0a82eaac /tests | |
| parent | 806d5fb2702bb542df0351757a2e2f8b0bf8e174 (diff) | |
| download | vim-prettier-359eb14841c9f95696e02f9e5111e488e418cce6.tar.xz | |
Adding yaml testing fixture
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fixtures/foo.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fixtures/foo.yaml b/tests/fixtures/foo.yaml new file mode 100644 index 0000000..3384a8a --- /dev/null +++ b/tests/fixtures/foo.yaml @@ -0,0 +1,11 @@ +foo: + + bar: + + baz: + + bleh: ./foo + foobar: foobar + args: + + buildno: 1 |
