예제 #1
0
 def test(list_, value):
     result = sexpr_to_str(list_)
     assert result == value, result
예제 #2
0
파일: list.py 프로젝트: willtang/lyx2ebook
 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
파일: list.py 프로젝트: willtang/lyx2ebook
 def test(list_):
     copy = clone_sexpr(list_)
     assert copy == list_, sexpr_to_str(copy)