diff --git a/tests/snippets.py b/tests/snippets.py new file mode 100644 index 0000000..fdea2bb --- /dev/null +++ b/tests/snippets.py @@ -0,0 +1,10 @@ +from io import StringIO + +bullet_plus_snippet = StringIO(""" ++ Bullet 1 ++ Bullet 2""") + + +bullet_number_snippet = StringIO(""" +1. Bullet 1 +2. Bullet 2""")