示例#1
0
 def test(list_, value):
     result = sexpr_to_str(list_)
     assert result == value, result
示例#2
0
 def test(list_, value):
     result = sexpr_to_str(list_)
     assert result == value, result
示例#3
0
 def test(list_):
     copy = clone_sexpr(list_)
     assert copy == list_, sexpr_to_str(copy)
示例#4
0
 def test(list_):
     copy = clone_sexpr(list_)
     assert copy == list_, sexpr_to_str(copy)