summaryrefslogtreecommitdiff
path: root/test/docx/image_vml.native
diff options
context:
space:
mode:
authorMilan Bracke <mbracke@antidot.net>2021-10-01 11:34:14 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-10 16:27:32 -0700
commit0f98cbff4b61b8e79f386f77d18b3218f1214b25 (patch)
treec1e84cd77596e314974cd28e09bd553275546856 /test/docx/image_vml.native
parent0ec16d151f4e7d3355fb6b6c9ead845a19b49dbc (diff)
Avoid blockquote when parent style has more indent
When a paragraph has an indentation different from the parent (named) style, it used to be considered a blockquote. But this only makes sense when the paragraph has more indentation. So this commit adds a check for the indentation of the parent style.
Diffstat (limited to 'test/docx/image_vml.native')
-rw-r--r--test/docx/image_vml.native5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/docx/image_vml.native b/test/docx/image_vml.native
index e9fded614..5991f333c 100644
--- a/test/docx/image_vml.native
+++ b/test/docx/image_vml.native
@@ -1,4 +1,3 @@
[Header 1 ("vml-image",[],[]) [Strong [Str "VML",Space,Str "Image"]]
-,BlockQuote
- [Para [Str "It",Space,Str "should",Space,Str "follow",Space,Str "below:"]
- ,Para [Image ("",[],[]) [] ("media/image4.jpeg","")]]]
+,Para [Str "It",Space,Str "should",Space,Str "follow",Space,Str "below:"]
+,Para [Image ("",[],[]) [] ("media/image4.jpeg","")]]