aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-04 13:43:03 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-04 13:43:03 +0700
commitd6db87c1048d4729b0298f294ce802276337c874 (patch)
tree0cb35c47034bc03ad11a31e6ecf663d2a51bd572 /testdata
parentf94006ee99d47a84eb84e0d83b466c2ee3ffdc7e (diff)
downloadasciidoctor-go-d6db87c1048d4729b0298f294ce802276337c874.tar.xz
all: parse inline format on list description item label
Diffstat (limited to 'testdata')
-rw-r--r--testdata/got.test.html4
-rw-r--r--testdata/test.adoc2
-rw-r--r--testdata/test.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/testdata/got.test.html b/testdata/got.test.html
index b6456af..cebd5e0 100644
--- a/testdata/got.test.html
+++ b/testdata/got.test.html
@@ -934,7 +934,7 @@ This line separated by comment.</p>
<div class="sectionbody">
<div class="dlist">
<dl>
-<dt class="hdlist1">CPU</dt>
+<dt class="hdlist1"><code>CPU</code></dt>
<dd>
<p>The brain of the computer.</p>
</dd>
@@ -1919,7 +1919,7 @@ and then moves on.</pre>
<div id="footer">
<div id="footer-text">
Version 1.1.1<br>
-Last updated 2020-11-03 23:34:10 +0700
+Last updated 2020-11-04 12:11:37 +0700
</div>
</div>
</body>
diff --git a/testdata/test.adoc b/testdata/test.adoc
index ef9809d..97321e3 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -386,7 +386,7 @@ This line separated by comment.
== Description list
toc::[]
-CPU:: The brain of the computer.
+`CPU`:: The brain of the computer.
Hard drive:: Permanent storage for operating system and/or user files.
=== With [horizontal]
diff --git a/testdata/test.html b/testdata/test.html
index 9750b93..33f146e 100644
--- a/testdata/test.html
+++ b/testdata/test.html
@@ -937,7 +937,7 @@ This line separated by comment.</p>
<!-- toc disabled -->
<div class="dlist">
<dl>
-<dt class="hdlist1">CPU</dt>
+<dt class="hdlist1"><code>CPU</code></dt>
<dd>
<p>The brain of the computer.</p>
</dd>
@@ -1921,7 +1921,7 @@ and then moves on.</pre>
<div id="footer">
<div id="footer-text">
Version 1.1.1<br>
-Last updated 2020-11-03 23:34:10 +0700
+Last updated 2020-11-04 12:11:37 +0700
</div>
</div>
</body>