Add snippet test file

This commit is contained in:
Oly 2018-11-13 14:55:13 +00:00
parent 8def867f92
commit d78f089cc9
1 changed files with 10 additions and 0 deletions

10
tests/snippets.py Normal file
View File

@ -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""")