\n")
}
diff --git a/org/testdata/options.html b/org/testdata/options.html
index bdf6c50..f003629 100644
--- a/org/testdata/options.html
+++ b/org/testdata/options.html
@@ -29,6 +29,8 @@ As buffer options are merged with the defaults, the above headline will be expor
toc
Include table of contents (outline)
+
+
pri
Include priority [#A], [#B], [#C] in headline title
diff --git a/org/testdata/tables.html b/org/testdata/tables.html
index f31e84d..14729a0 100644
--- a/org/testdata/tables.html
+++ b/org/testdata/tables.html
@@ -151,3 +151,43 @@ table with aligned and sized columns
table with right aligned columns (because numbers)
+
+
+
+
+
a
+
b
+
c
+
+
+
+
+
1
+
2
+
3
+
+
+
.
+
.
+
.
+
+
+
+
+
1
+
2
+
3
+
+
+
+
+
1
+
2
+
3
+
+
+
+
+table with multiple separators (~ multiple tbodies)
+
+
diff --git a/org/testdata/tables.org b/org/testdata/tables.org
index 215c540..271c259 100644
--- a/org/testdata/tables.org
+++ b/org/testdata/tables.org
@@ -36,3 +36,13 @@
| long column a | long column b | long column c |
|---------------+---------------+---------------|
| 1 | 2 | 3 |
+
+#+CAPTION: table with multiple separators (~ multiple tbodies)
+| a | b | c |
+|---+---+---|
+| 1 | 2 | 3 |
+| . | . | . |
+|---+---+---|
+| 1 | 2 | 3 |
+|---+---+---|
+| 1 | 2 | 3 |
diff --git a/org/testdata/tables.pretty_org b/org/testdata/tables.pretty_org
index 215c540..271c259 100644
--- a/org/testdata/tables.pretty_org
+++ b/org/testdata/tables.pretty_org
@@ -36,3 +36,13 @@
| long column a | long column b | long column c |
|---------------+---------------+---------------|
| 1 | 2 | 3 |
+
+#+CAPTION: table with multiple separators (~ multiple tbodies)
+| a | b | c |
+|---+---+---|
+| 1 | 2 | 3 |
+| . | . | . |
+|---+---+---|
+| 1 | 2 | 3 |
+|---+---+---|
+| 1 | 2 | 3 |