From e0504ba09e1113b9638baff89442679a437db63b Mon Sep 17 00:00:00 2001
From: Shulhan
Date: Thu, 13 Feb 2025 19:15:22 +0700
Subject: testdata: add test data for unordered list with custom marker
"[none]"
---
testdata/list_unordered_test.txt | 39 +++++++++++++++++++++++++++++++++++++++
testdata/test.adoc | 7 +++++--
testdata/test.exp.html | 21 +++++++++++++++++++--
testdata/test.got.html | 21 +++++++++++++++++++--
4 files changed, 82 insertions(+), 6 deletions(-)
diff --git a/testdata/list_unordered_test.txt b/testdata/list_unordered_test.txt
index 6e9b627..9cc436a 100644
--- a/testdata/list_unordered_test.txt
+++ b/testdata/list_unordered_test.txt
@@ -309,3 +309,42 @@ a quote
+
+>>> with_marker_none
+
+[none]
+* none l1.1
+** none l2.1
+*** none l3.1
+** none l2.2
+* none l1.2
+
+<<< with_marker_none
+
+
+
+-
+
none l1.1
+
+
+-
+
none l2.1
+
+
+-
+
none l2.2
+
+
+
+
+-
+
none l1.2
+
+
+
diff --git a/testdata/test.adoc b/testdata/test.adoc
index e5c4109..a98547e 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -440,8 +440,11 @@ This line separated by comment.
* disc two
[none]
-* none one
-* none two
+* none 1.1
+** none 2.1
+*** none 3.1
+** none 2.2
+* none 1.2
[no-bullet]
* no bullet one
diff --git a/testdata/test.exp.html b/testdata/test.exp.html
index bfd0537..b4c6eee 100644
--- a/testdata/test.exp.html
+++ b/testdata/test.exp.html
@@ -1017,10 +1017,27 @@ This line separated by comment.
-
-
none one
+none 1.1
+
+
+-
+
none 2.1
+
+
+-
+
none 2.2
+
+
+
-
-
none two
+none 1.2
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.
-
-
none one
+none 1.1
+
+
+-
+
none 2.1
+
+
+-
+
none 2.2
+
+
+
-
-
none two
+none 1.2
--
cgit v1.3