コード例 #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)