aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3510-src.hs.orig1
-rw-r--r--test/command/4637.md6
-rw-r--r--test/command/4639.md10
3 files changed, 16 insertions, 1 deletions
diff --git a/test/command/3510-src.hs.orig b/test/command/3510-src.hs.orig
deleted file mode 100644
index ad5744b80..000000000
--- a/test/command/3510-src.hs.orig
+++ /dev/null
@@ -1 +0,0 @@
-putStrLn outString
diff --git a/test/command/4637.md b/test/command/4637.md
new file mode 100644
index 000000000..892b060a1
--- /dev/null
+++ b/test/command/4637.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t latex
+more \indextext{dogs}' than \indextext{cats}'
+^D
+more \indextext{dogs}' than \indextext{cats}'
+```
diff --git a/test/command/4639.md b/test/command/4639.md
new file mode 100644
index 000000000..c35df1749
--- /dev/null
+++ b/test/command/4639.md
@@ -0,0 +1,10 @@
+```
+% pandoc -t html --mathjax
+\begin{equation}
+ E=mc^2
+\end{equation}
+^D
+<p><span class="math display">\[\begin{equation}
+ E=mc^2
+\end{equation}\]</span></p>
+```