cerises: Made a thing so the test only runs if it...if it...if you run it
This commit is contained in:
+2
-1
@@ -28,4 +28,5 @@ def process(text: str, wrap_width: int = None) -> str:
|
||||
|
||||
return "\n".join(lines)
|
||||
|
||||
# print(process("# Hello Guys 123\nThis is a cool Markdown file. Isn't it so cool?\n```\nThis is a code block\n# This is a code comment, not a heading!\n```", wrap_width=16))
|
||||
if __name__ == "__main__":
|
||||
print(process("# Hello Guys 123\nThis is a cool Markdown file. Isn't it so cool?\n```\nThis is a code block\n# This is a code comment, not a heading!\n```", wrap_width=16))
|
||||
Reference in New Issue
Block a user