Skip to content

Commit

Permalink
Add test case for singers' notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lanky committed Feb 23, 2024
1 parent bf5574c commit bee4ba9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ class TestBox(Base):
"| ",
]

class TestSinger(Base):
matches = [
"<Danny>",
"<spoken>",
]


class TestHeader(Base):
matches = [
Expand Down

0 comments on commit bee4ba9

Please sign in to comment.