def test_parse_comment_with_exclamation(): assert humdrum.parse_comment("!! foobar!").data == "foobar!"
def test_parse_comment_simple(): assert humdrum.parse_comment("!! foobar").data == "foobar"