aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-12-05 18:35:52 +0700
committerShulhan <m.shulhan@gmail.com>2020-12-05 18:37:20 +0700
commit89c6d811223117665824f046f66ed6c5c2bfb064 (patch)
tree33486e42220273e5a12e81a2d270910ae46c6abd /testdata/test.adoc
parent755d65c0d6faa0f89b857cfde97f270ef47effb7 (diff)
downloadasciidoctor-go-89c6d811223117665824f046f66ed6c5c2bfb064.tar.xz
all: add test cases for table orientation
While at tif, do not set table.hasHeader if the row does not end with empty line.
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index 644a84a..4c53bcf 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -777,6 +777,19 @@ Table with autowidth,
|A3|B3|C3
|===
+=== Orientation
+
+[%rotate]
+|===
+|a |b
+|c |d
+|===
+
+[orientation=landscape]
+|===
+|a |b
+|c |d
+|===
== Horizontal rules