rm print
This commit is contained in:
parent
07d431607f
commit
8d7a0dc79c
@ -26,6 +26,5 @@ list:
|
||||
- b: '%(foo)'
|
||||
- c: '%(foo)'"""
|
||||
|
||||
print(parse_yaml(text))
|
||||
assert parse_yaml(text) == {'foo': 'bar', 'this': 'that', 'var': 'bar',
|
||||
'list': [{'a': 'bar'}, {'b': 'bar'}, {'c': 'bar'}]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user