diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 05:51:47 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 05:51:47 +0000 |
| commit | bfda97126888be8a904f643747ffce21379ba957 (patch) | |
| tree | 9ef568a2275e605ec7a654d5b24b42e6076f86f4 /tests | |
| parent | 5af3a0795d57fc3828e81ac64894b9b8e0f69ba7 (diff) | |
| download | vim-prettier-bfda97126888be8a904f643747ffce21379ba957.tar.xz | |
Adding new tests fixtures
- Adding fixture tests for css
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fixtures/foo.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/foo.css b/tests/fixtures/foo.css new file mode 100644 index 0000000..4332d2d --- /dev/null +++ b/tests/fixtures/foo.css @@ -0,0 +1,3 @@ +.redClass { background: 'red';} +#redId { +background: 'red';} |
