Skip to content

Commit

Permalink
fix list continuation tests
Browse files Browse the repository at this point in the history
really not sure why this was broken, I'm 100% sure I had this working yesterday..........
  • Loading branch information
benjamin-kirkbride committed Jul 3, 2023
1 parent 6753a1e commit c0ebdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_markdown_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ def test_list_continuation(li: str, filetab, tmp_path):
# new line
filetab.update()
filetab.textwidget.event_generate("<Return>")
current_line = filetab.textwidget.get("insert linestart", "insert")
current_line = filetab.textwidget.get("insert - 1l linestart", "insert - 1l lineend")
assert markdown._list_item(current_line)

0 comments on commit c0ebdc3

Please sign in to comment.