summaryrefslogtreecommitdiff
path: root/tests/writer.docbook
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:37 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:37 +0000
commitb008e5d34739b06b7d020218a1d50239f887da07 (patch)
tree2fbbfbb9001b45094013977115d1a3e500eccd80 /tests/writer.docbook
parent03f4a665ffbf8f8aeba6b319649d6dcd0841bc1c (diff)
Modified writer tests for new Math and TeX output.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1119 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r--tests/writer.docbook21
1 files changed, 7 insertions, 14 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook
index 6235838ed..fe44e437b 100644
--- a/tests/writer.docbook
+++ b/tests/writer.docbook
@@ -883,48 +883,46 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<itemizedlist>
<listitem>
<para>
- <literal>\cite[22-23]{smith.1899}</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>\doublespacing</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>$2+2=4$</literal>
+ <literal>2+2=4</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>$x \in y$</literal>
+ <literal>x \in y</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>$\alpha \wedge \omega$</literal>
+ <literal>\alpha \wedge \omega</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>$223$</literal>
+ <literal>223</literal>
</para>
</listitem>
<listitem>
<para>
- <literal>$p$</literal>-Tree
+ <literal>p</literal>-Tree
</para>
</listitem>
<listitem>
<para>
- <literal>$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</literal>
+ <literal>\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}</literal>
</para>
</listitem>
<listitem>
<para>
Here's one that has a line break in it:
- <literal>$\alpha + \omega \times x^2$</literal>.
+ <literal>\alpha + \omega \times x^2</literal>.
</para>
</listitem>
</itemizedlist>
@@ -954,11 +952,6 @@ These should not be escaped: \$ \\ \&gt; \[ \{
Here's a LaTeX table:
</para>
<para>
- <literal>\begin{tabular}{|l|l|}\hline
-Animal &amp; Number \\ \hline
-Dog &amp; 2 \\
-Cat &amp; 1 \\ \hline
-\end{tabular}</literal>
</para>
</section>
<section>