You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-myst-parser/SOURCES/973.patch

26 lines
979 B

From f8d1abd46ed99261f3fc9c727498132e938c1c5a Mon Sep 17 00:00:00 2001
From: Chris Sewell <chrisj_sewell@hotmail.com>
Date: Tue, 10 Sep 2024 04:31:46 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20fix=20test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
tests/test_renderers/fixtures/amsmath.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test_renderers/fixtures/amsmath.md b/tests/test_renderers/fixtures/amsmath.md
index fe3713ea..34d7f064 100644
--- a/tests/test_renderers/fixtures/amsmath.md
+++ b/tests/test_renderers/fixtures/amsmath.md
@@ -47,6 +47,6 @@ In list:
<target ids="equation-mock-uuid">
<math_block classes="amsmath" docname="index" label="mock-uuid" nowrap="True" number="1" xml:space="preserve">
\begin{equation}
- a = 1
- \end{equation}
+ a = 1
+ \end{equation}
.