diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-12 21:51:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-12 21:51:09 -0700 |
commit | fa50da30306aafed815a47ae4fc0f2f663bdd54d (patch) | |
tree | bd21e01cda34f25e1546b149dcde8d24053a6ae1 /test/writer.opendocument | |
parent | 11bb8627677fb8b49af92d7c55aec07c69f95843 (diff) | |
download | pandoc-fa50da30306aafed815a47ae4fc0f2f663bdd54d.tar.gz |
OpenDocument writer: Avoid duplicate attributes.
We use the innermost attribute in nested cases.
Closes #4634.
Diffstat (limited to 'test/writer.opendocument')
-rw-r--r-- | test/writer.opendocument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.opendocument b/test/writer.opendocument index 95e909029..5cfff6673 100644 --- a/test/writer.opendocument +++ b/test/writer.opendocument @@ -1011,7 +1011,7 @@ </text:list-style> <style:style style:name="T1" style:family="text"><style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic" /></style:style> <style:style style:name="T2" style:family="text"><style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold" /></style:style> - <style:style style:name="T3" style:family="text"><style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold" /></style:style> + <style:style style:name="T3" style:family="text"><style:text-properties fo:font-style="italic" fo:font-weight="bold" style:font-style-asian="italic" style:font-style-complex="italic" style:font-weight-asian="bold" style:font-weight-complex="bold" /></style:style> <style:style style:name="T4" style:family="text"><style:text-properties style:text-line-through-style="solid" /></style:style> <style:style style:name="T5" style:family="text"><style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic" style:text-line-through-style="solid" /></style:style> <style:style style:name="T6" style:family="text"><style:text-properties style:text-position="super 58%" /></style:style> |