Skip to content

Commit

Permalink
add stress
Browse files Browse the repository at this point in the history
  • Loading branch information
unlessgames committed Jun 23, 2024
1 parent bb6694d commit 8530e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tidal/cycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,7 @@ mod test {

assert!(Cycle::from("c4'mode").is_ok());
assert!(Cycle::from("c'm7#\u{0394}").is_ok());
assert!(Cycle::from("[[[[[[[[]]]]]][[[[[]][[[]]]]]][[[][[[]]]]][[[[]]]]]]").is_ok());

assert_cycles(
"<some_name _another_one c4'chord c4'-\u{0394}7 c6a_name>",
Expand Down

0 comments on commit 8530e23

Please sign in to comment.