Add snippet test file
This commit is contained in:
parent
8def867f92
commit
d78f089cc9
|
@ -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""")
|
Loading…
Reference in New Issue