.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / present / testdata / pre.p
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/present/testdata/pre.p b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/present/testdata/pre.p
new file mode 100644 (file)
index 0000000..5d973a1
--- /dev/null
@@ -0,0 +1,37 @@
+Pre
+
+*
+
+Pre with tab:
+
+       code block
+       on two lines
+
+Pre with space:
+
+ code block
+ on two lines
+
+Pre with blank line:
+
+       before
+
+       after
+
+EOF
+
+---
+<h1>Pre</h1>
+<section>
+<p>Pre with tab:</p>
+<pre>code block
+on two lines</pre>
+<p>Pre with space:</p>
+<pre>code block
+on two lines</pre>
+<p>Pre with blank line:</p>
+<pre>before
+
+after</pre>
+<p>EOF</p>
+</section>