mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
formatting fix
This commit is contained in:
parent
0aa01605d7
commit
a898f61ddd
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@ def test_cloze_mathjax():
|
|||
f["Text"] = r"\(a\) {{c1::b}} \[ {{c1::c}} \]"
|
||||
assert d.addNote(f)
|
||||
assert len(f.cards()) == 1
|
||||
assert f.cards()[0].q().endswith(r"\(a\) <span class=cloze>[...]</span> \[ [...] \]")
|
||||
assert (
|
||||
f.cards()[0].q().endswith(r"\(a\) <span class=cloze>[...]</span> \[ [...] \]")
|
||||
)
|
||||
|
||||
|
||||
def test_chained_mods():
|
||||
|
|
Loading…
Reference in a new issue