Skip to content

Commit

Permalink
remove bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-kirkbride committed Jul 3, 2023
1 parent 28a4e27 commit 65c71bd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tests/test_indent_dedent.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,28 +198,6 @@ def check(filename, input_commands, output):
return check


def test_markdown_autoindent(check_autoindents):
check_autoindents(
"hello.md",
"""
1. Lol and
wat.
- Foo and
bar and
baz.
End of list
""",
"""
1. Lol and
wat.
- Foo and
bar and
baz.
End of list
""",
)


def test_shell_autoindent(check_autoindents):
check_autoindents(
"loll.sh",
Expand Down

0 comments on commit 65c71bd

Please sign in to comment.