From df8aaf093dcda522723d1320d4bfd95923236881 Mon Sep 17 00:00:00 2001 From: SavagePeanut Date: Wed, 2 Aug 2023 17:48:03 -0500 Subject: remove dead test --- tests/test_style_parser.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tests/test_style_parser.py b/tests/test_style_parser.py index fd02597..d873644 100644 --- a/tests/test_style_parser.py +++ b/tests/test_style_parser.py @@ -85,26 +85,6 @@ def test_quotes(): formatted_body = "
tripple
\nsingle\n
double
" assert(format_body(test, MATRIX_FORMATS) == formatted_body) -CODE_BLOCK_TEST_CASE = \ -""" -Code test -```python3 -def who_is_awesome(): - return "you!" -``` -Nope -""" - -CODE_BLOCK_TEST_CASE_OUTPUT = \ -""" -Code test -

-def who_is_awesome():
-    return \"you!\"
-
-Nope -""" - def test_code_blocks(): test = "```\nhacker\ncode\n```" formatted_body = "
hacker\ncode
" -- cgit v1.2.3