diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:03:15 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:03:15 +0000 |
| commit | cf8d3bd1854501ef6fbd8a7f17a6b048a7e025b4 (patch) | |
| tree | 1c3aeb455f5e8b9c316417cb909e97085f3d7510 /tests/fixtures | |
| parent | e7dc25b44488270567f0151a774e32711fbee879 (diff) | |
| download | vim-prettier-cf8d3bd1854501ef6fbd8a7f17a6b048a7e025b4.tar.xz | |
Addin formatting tests for html
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/foo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/foo.html b/tests/fixtures/foo.html new file mode 100644 index 0000000..817934a --- /dev/null +++ b/tests/fixtures/foo.html @@ -0,0 +1,3 @@ +<html> + <head><title>foo</title></head> + <body><h1>foo</h1></body></html> |
