summaryrefslogtreecommitdiff
path: root/tests/writer.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.texinfo')
-rw-r--r--tests/writer.texinfo52
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/writer.texinfo b/tests/writer.texinfo
index 4fae5da6c..703828c7c 100644
--- a/tests/writer.texinfo
+++ b/tests/writer.texinfo
@@ -586,6 +586,58 @@ orange block quote
@end quotation
@end table
+Multiple definitions@comma{} tight:
+
+@table @asis
+@item apple
+
+red fruit
+computer
+@item orange
+
+orange fruit
+bank
+@end table
+
+Multiple definitions@comma{} loose:
+
+@table @asis
+@item apple
+
+red fruit
+
+computer
+
+@item orange
+
+orange fruit
+
+bank
+
+@end table
+
+Blank line after term@comma{} indented marker@comma{} alternate markers:
+
+@table @asis
+@item apple
+
+red fruit
+
+computer
+
+@item orange
+
+orange fruit
+
+@enumerate
+@item
+sublist
+@item
+sublist
+@end enumerate
+
+@end table
+
@node HTML Blocks
@chapter HTML Blocks