mirror of
https://github.com/golang/go
synced 2024-11-05 20:46:10 -07:00
e41bc02694
See testdata/README for test format. This will make it easier to fix problems and not regress. Markdown tests in followup CL (with bug fixes). Change-Id: I5dedca26d3c29fd428066ffb38c6605343784a19 Reviewed-on: https://go-review.googlesource.com/c/tools/+/224957 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
38 lines
354 B
OpenEdge ABL
38 lines
354 B
OpenEdge ABL
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>
|