summaryrefslogtreecommitdiff
path: root/testdata/unlist.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-04 20:07:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-04 20:07:20 +0300
commitca53e0361ac27a532017057faa7e417fe1bc80bb (patch)
tree9706377a7802756d48422d14e6366ec668ce8db9 /testdata/unlist.texi
parent4c0ff8e5b4f7000ca8db70bd8555a7e6a85875d0 (diff)
downloadwikitrans-ca53e0361ac27a532017057faa7e417fe1bc80bb.tar.gz
wikitrans-ca53e0361ac27a532017057faa7e417fe1bc80bb.tar.bz2
Add testsuite for texi translator
Diffstat (limited to 'testdata/unlist.texi')
-rw-r--r--testdata/unlist.texi26
1 files changed, 26 insertions, 0 deletions
diff --git a/testdata/unlist.texi b/testdata/unlist.texi
new file mode 100644
index 0000000..4cda102
--- /dev/null
+++ b/testdata/unlist.texi
@@ -0,0 +1,26 @@
+
+@itemize @bullet
+@item @i{Unordered lists} are easy to do:
+@itemize @bullet
+@item Start every line with a star.
+@itemize @bullet
+@item More stars indicate a deeper level.
+
+@end itemize
+Previous item continues.
+
+@item A newline
+
+@end itemize
+
+@item in a list
+
+@end itemize
+
+marks the end of the list.
+
+@itemize @bullet
+@item Of course you can start again.
+
+@end itemize
+

Return to:

Send suggestions and report system problems to the System administrator.