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