diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-13 19:15:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-13 19:58:16 +0700 |
| commit | e0504ba09e1113b9638baff89442679a437db63b (patch) | |
| tree | 07007878f7b93f579ff68e9ca2c0c0ceabea2c1e /testdata/test.got.html | |
| parent | e17eb2f1a50dfde85a40ce2de48abf123c04b3ad (diff) | |
| download | asciidoctor-go-e0504ba09e1113b9638baff89442679a437db63b.tar.xz | |
testdata: add test data for unordered list with custom marker "[none]"
Diffstat (limited to 'testdata/test.got.html')
| -rw-r--r-- | testdata/test.got.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/testdata/test.got.html b/testdata/test.got.html index 8d440e1..4ce9fe3 100644 --- a/testdata/test.got.html +++ b/testdata/test.got.html @@ -1015,10 +1015,27 @@ This line separated by comment.</p> <div class="ulist none"> <ul class="none"> <li> -<p>none one</p> +<p>none 1.1</p> +<div class="ulist"> +<ul> +<li> +<p>none 2.1</p> +<div class="ulist"> +<ul> +<li> +<p>none 3.1</p> +</li> +</ul> +</div> +</li> +<li> +<p>none 2.2</p> +</li> +</ul> +</div> </li> <li> -<p>none two</p> +<p>none 1.2</p> </li> </ul> </div> |
