eorg/tests/snippets.py

11 lines
153 B
Python

from io import StringIO
bullet_plus_snippet = StringIO("""
+ Bullet 1
+ Bullet 2""")
bullet_number_snippet = StringIO("""
1. Bullet 1
2. Bullet 2""")