diff options
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index 870898e50..16486925f 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -891,7 +891,7 @@ These should not be escaped: \$ \\ \> \[ \{ </listitem> <listitem> <para> - <emphasis>2</emphasis>+<emphasis>2</emphasis>=<emphasis>4</emphasis> + 2+2=4 </para> </listitem> <listitem> @@ -906,7 +906,7 @@ These should not be escaped: \$ \\ \> \[ \{ </listitem> <listitem> <para> - <emphasis>223</emphasis> + 223 </para> </listitem> <listitem> @@ -916,7 +916,7 @@ These should not be escaped: \$ \\ \> \[ \{ </listitem> <listitem> <para> - \frac{<emphasis>d</emphasis>}{<emphasis>dx</emphasis>}<emphasis>f</emphasis>(<emphasis>x</emphasis>)=\lim<subscript><emphasis>h</emphasis> → <emphasis>0</emphasis></subscript>\frac{<emphasis>f</emphasis>(<emphasis>x</emphasis>+<emphasis>h</emphasis>)-<emphasis>f</emphasis>(<emphasis>x</emphasis>)}{<emphasis>h</emphasis>} + \frac{<emphasis>d</emphasis>}{<emphasis>dx</emphasis>}<emphasis>f</emphasis>(<emphasis>x</emphasis>)=\lim<subscript><emphasis>h</emphasis> → 0</subscript>\frac{<emphasis>f</emphasis>(<emphasis>x</emphasis>+<emphasis>h</emphasis>)-<emphasis>f</emphasis>(<emphasis>x</emphasis>)}{<emphasis>h</emphasis>} </para> </listitem> <listitem> |