Update test.py
This commit is contained in:
parent
6599176bcd
commit
36a1bc0bb5
1 changed files with 15 additions and 0 deletions
15
test.py
15
test.py
|
@ -4,8 +4,23 @@ text = """
|
|||
all horses import things
|
||||
for table in tables:
|
||||
continue
|
||||
|
||||
https://http.org
|
||||
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
|
||||
funcs
|
||||
1. one
|
||||
2. two
|
||||
3. three
|
||||
"""
|
||||
|
||||
all horses import things
|
||||
for table in tables:
|
||||
continue
|
||||
|
||||
https://http.org
|
||||
|
||||
# https://http.org
|
||||
|
|
Loading…
Reference in a new issue