aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-12 06:03:15 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-12 06:03:15 +0000
commitcf8d3bd1854501ef6fbd8a7f17a6b048a7e025b4 (patch)
tree1c3aeb455f5e8b9c316417cb909e97085f3d7510 /tests
parente7dc25b44488270567f0151a774e32711fbee879 (diff)
downloadvim-prettier-cf8d3bd1854501ef6fbd8a7f17a6b048a7e025b4.tar.xz
Addin formatting tests for html
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/foo.html3
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>