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.
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}