very wip
This commit is contained in:
@@ -8,7 +8,6 @@ pub fn default_ctx() -> StepContext {
|
||||
StepContext {
|
||||
step: 0,
|
||||
beat: 0.0,
|
||||
bank: 0,
|
||||
pattern: 0,
|
||||
tempo: 120.0,
|
||||
phase: 0.0,
|
||||
@@ -127,6 +126,7 @@ pub fn expect_outputs(script: &str, count: usize) -> Vec<String> {
|
||||
outputs
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn expect_output_contains(script: &str, substr: &str) {
|
||||
let outputs = expect_outputs(script, 1);
|
||||
assert!(
|
||||
|
||||
@@ -46,7 +46,7 @@ fn multiple_emits() {
|
||||
|
||||
#[test]
|
||||
fn subdivide_each() {
|
||||
let outputs = expect_outputs(r#""kick" s 4 div each"#, 4);
|
||||
let _outputs = expect_outputs(r#""kick" s 4 div each"#, 4);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user