This commit is contained in:
Paul Gauthier 2023-05-11 22:06:32 -07:00
parent 684b0e4964
commit 6e4f17d377

View file

@ -205,6 +205,7 @@ def find_original_update_blocks(content):
raise ValueError(f"{processed}\n^^^ Error parsing ORIGINAL/UPDATED block.")
if __name__ == "__main__":
edit = """
Here's the change:
@ -219,5 +220,4 @@ Tooooo
Hope you like it!
"""
if __name__ == "__main__":
print(list(find_original_update_blocks(edit)))