Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / present / testdata / list.p
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/present/testdata/list.p b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/present/testdata/list.p
new file mode 100644 (file)
index 0000000..9d85e87
--- /dev/null
@@ -0,0 +1,26 @@
+List
+
+*
+
+- Item 1
+ on two lines.
+- Item 2.
+- Item 3.
+
+- Item 1 in new list.
+- Item 2.
+
+---
+<h1>List</h1>
+<section>
+<ul>
+<li>Item 1
+on two lines.</li>
+<li>Item 2.</li>
+<li>Item 3.</li>
+</ul>
+<ul>
+<li>Item 1 in new list.</li>
+<li>Item 2.</li>
+</ul>
+</section>