diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-12 13:25:02 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-12 13:25:02 -0800 |
commit | 1da1d4ec24533e0213d91efb3529d5f84e189465 (patch) | |
tree | e5e64b6086504c477e6de3e09607a02156f96d1d /tests/writer.docbook | |
parent | bf4f8ffe5516a98c4b2f020fb81f978f052d0ee3 (diff) | |
download | pandoc-1da1d4ec24533e0213d91efb3529d5f84e189465.tar.gz |
Updated writer tests for new version of texmath.
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index 780775d0f..d2b28a28a 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -1077,7 +1077,7 @@ These should not be escaped: \$ \\ \> \[ \{ </listitem> <listitem> <para> - α ∧ ω + <emphasis>α</emphasis> ∧ <emphasis>ω</emphasis> </para> </listitem> <listitem> @@ -1099,7 +1099,7 @@ These should not be escaped: \$ \\ \> \[ \{ <listitem> <para> Here's one that has a line break in it: - α + ω × <emphasis>x</emphasis><superscript>2</superscript>. + <emphasis>α</emphasis> + <emphasis>ω</emphasis> × <emphasis>x</emphasis><superscript>2</superscript>. </para> </listitem> </itemizedlist> |