From 234780092205f56637a3adfcc68c8c1cbc552d38 Mon Sep 17 00:00:00 2001
From: Niklas Fasching
Date: Sat, 28 Sep 2019 15:21:24 +0200
Subject: [PATCH] Remove superfluous latex test case and fix description
---
org/testdata/latex.html | 9 +--------
org/testdata/latex.org | 6 +-----
org/testdata/latex.pretty_org | 6 +-----
3 files changed, 3 insertions(+), 18 deletions(-)
diff --git a/org/testdata/latex.html b/org/testdata/latex.html
index 08385e3..45ef9ee 100644
--- a/org/testdata/latex.html
+++ b/org/testdata/latex.html
@@ -1,5 +1,5 @@
-without latex delimiters the _{i=1}
and _n
in \sum_{i=1}^n a_n
are interpreted as subscripts.
+without latex delimiters the _{i=1}
in \sum_{i=1}^n a_n
is interpreted as subscript.
we support \(...\)
, \[...\]
, $$...$$
and \begin{$env}...\end{$env}
as latex fragment delimiters.
@@ -35,11 +35,4 @@ $$\sum_{i=1}^n a_n$$
\end{xyz}
-
-
-\begin{xyz}
-foobar
-\end{xyz}
-
-
diff --git a/org/testdata/latex.org b/org/testdata/latex.org
index 4d3f874..9c27816 100644
--- a/org/testdata/latex.org
+++ b/org/testdata/latex.org
@@ -1,4 +1,4 @@
-without latex delimiters the =_{i=1}= and =_n= in =\sum_{i=1}^n a_n= are interpreted as subscripts.
+without latex delimiters the =_{i=1}= in =\sum_{i=1}^n a_n= is interpreted as subscript.
we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as latex fragment delimiters.
- \sum_{i=1}^n a_n (without latex delimiter)
@@ -9,7 +9,3 @@ we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as la
- \begin{xyz}
\sum_{i=1}^n a_n
\end{xyz}
-
-- \begin{xyz}
- foobar
- \end{xyz}
diff --git a/org/testdata/latex.pretty_org b/org/testdata/latex.pretty_org
index 4d3f874..9c27816 100644
--- a/org/testdata/latex.pretty_org
+++ b/org/testdata/latex.pretty_org
@@ -1,4 +1,4 @@
-without latex delimiters the =_{i=1}= and =_n= in =\sum_{i=1}^n a_n= are interpreted as subscripts.
+without latex delimiters the =_{i=1}= in =\sum_{i=1}^n a_n= is interpreted as subscript.
we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as latex fragment delimiters.
- \sum_{i=1}^n a_n (without latex delimiter)
@@ -9,7 +9,3 @@ we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as la
- \begin{xyz}
\sum_{i=1}^n a_n
\end{xyz}
-
-- \begin{xyz}
- foobar
- \end{xyz}