change wrapper higher expects to context-like
This commit is contained in:
parent
47af63c73c
commit
b918cbeaae
1 changed files with 3 additions and 3 deletions
|
@ -167,9 +167,9 @@ where
|
|||
VariableChange::parser(&parser.variables).map(into_box),
|
||||
"variable assignment",
|
||||
),
|
||||
expect(Loop::parser(parser).map(into_box), "expected a loop"),
|
||||
expect(Tuplet::parser(parser).map(into_box), "expected a tuplet"),
|
||||
expect(Slope::parser(parser).map(into_box), "expected a slope"),
|
||||
expect(Loop::parser(parser).map(into_box), "in the loop"),
|
||||
expect(Tuplet::parser(parser).map(into_box), "in the tuplet"),
|
||||
expect(Slope::parser(parser).map(into_box), "in the slope"),
|
||||
expect(
|
||||
Note::parser(parser.notes.as_ref()),
|
||||
"expected a note as last appeal (input didn't match anything known)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue