예제 #1
0
def test_parse_comment_with_exclamation():
    assert humdrum.parse_comment("!! foobar!").data == "foobar!"
예제 #2
0
def test_parse_comment_simple():
    assert humdrum.parse_comment("!! foobar").data == "foobar"