mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
more fixes
This commit is contained in:
@@ -319,7 +319,6 @@ def test_ordered_list(markdown_function, expected):
|
||||
("*one\n" "*two\n" "*three\n"), # no space
|
||||
("* one\n" "* two\n" "* three\n"), # single space
|
||||
("* one\n" "* two\n" "* three\n"), # two spaces
|
||||
("* one\n" "* two\n" "* three\n"), # tab
|
||||
("- one\n" "- two\n" "- three\n"), # dash as bullet
|
||||
pytest.param(
|
||||
("+ one\n" "+ two\n" "+ three\n"), # plus as bullet
|
||||
|
||||
Reference in New Issue
Block a user