コード例 #1
0
def test_is_comment_end():
    assert properties.is_comment_end(" comment */")
    assert not properties.is_comment_end("/* comment */")
コード例 #2
0
ファイル: test_properties.py プロジェクト: ANKIT-KS/fjord
def test_is_comment_end():
    assert properties.is_comment_end(" comment */")
    assert not properties.is_comment_end("/* comment */")