aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.hanging_indent.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-29 23:37:00 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-29 23:37:00 -0400
commit1405e7b7091dedb50578c9e0cafd62f2c77ca689 (patch)
tree217aa511b09df81450f0a9a9712f630309aaca09 /tests/docx.hanging_indent.native
parent0f59196e0ef2f0977d404699ae16a48009fa7632 (diff)
downloadpandoc-1405e7b7091dedb50578c9e0cafd62f2c77ca689.tar.gz
Docx reader: Add tests for hanging indent handline.
We want to treat it as a plain paragraph if the hanging amount is greater to or equal to the left indent---i.e., if the first line has zero indentation. But we still want it to be a block quote if it starts to the right of the margin. Someone might format verse with wrapping lines with a hanging indent, for example.
Diffstat (limited to 'tests/docx.hanging_indent.native')
-rw-r--r--tests/docx.hanging_indent.native3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docx.hanging_indent.native b/tests/docx.hanging_indent.native
new file mode 100644
index 000000000..138a6967f
--- /dev/null
+++ b/tests/docx.hanging_indent.native
@@ -0,0 +1,3 @@
+[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "hanging",Space,Str "indent,",Space,Str "with",Space,Str "the",Space,Str "left",Space,Str "side",Space,Str "set",Space,Str "to",Space,Str "the",Space,Str "left",Space,Str "margin,",Space,Str "and",Space,Str "it",Space,Str "wraps",Space,Str "around",Space,Str "the",Space,Str "line."]
+,BlockQuote
+ [Para [Str "Five",Space,Str "years",Space,Str "have",Space,Str "passed,",Space,Str "five",Space,Str "summers",Space,Str "with",Space,Str "the",Space,Str "length"]]]