Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Jul 4, 2020
1 parent 0cdd333 commit f3734b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_latex2text.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,9 @@ def test_repl_placeholders(self):

def test_repl_eqn(self):

for env in ('equation', 'eqnarray', 'align', 'multline', 'gather', 'dmath'):
for env in ('equation', 'equation*', 'eqnarray', 'eqnarray*',
'align', 'align*', 'multline', 'multline*',
'gather', 'gather*', 'dmath', 'dmath*'):

self.assertEqualUpToWhitespace(
LatexNodes2Text(strict_latex_spaces='except-in-equations').latex_to_text(
Expand Down

0 comments on commit f3734b6

Please sign in to comment.