コード例 #1
0
ファイル: test_humdrum.py プロジェクト: kroger/aristoxenus
def test_parse_comment_with_exclamation():
    assert humdrum.parse_comment("!! foobar!").data == "foobar!"
コード例 #2
0
ファイル: test_humdrum.py プロジェクト: kroger/aristoxenus
def test_parse_comment_simple():
    assert humdrum.parse_comment("!! foobar").data == "foobar"