10000 Raise check for correct line · matplotlib/matplotlib@61792ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 61792ca

Browse files
committed
Raise check for correct line
1 parent cff9073 commit 61792ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,6 @@ def test_parse_math():
738738
ax.text(0, 0, r"$ \wrong{math} $", parse_math=False)
739739
fig.canvas.draw()
740740

741+
ax.text(0, 0, r"$ \wrong{math} $", parse_math=True)
741742
with pytest.raises(ValueError, match='Unknown symbol'):
742-
ax.text(0, 0, r"$ \wrong{math} $", parse_math=True)
743743
fig.canvas.draw()

0 commit comments

Comments
 (0)
0