Add a test for #2063
This commit is contained in:
parent
2bf4747c47
commit
7cbdf35f63
2 changed files with 12 additions and 0 deletions
|
|
@ -165,3 +165,9 @@ fn issue1713() {
|
|||
|| recurse(right, is_less, Some(pivot), limit),
|
||||
);
|
||||
}
|
||||
|
||||
fn issue2063() {
|
||||
|ctx: Ctx<(String, String)>| -> io::Result<Response> {
|
||||
Ok(Response::new().with_body(ctx.params.0))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -196,3 +196,9 @@ fn issue1713() {
|
|||
|| recurse(right, is_less, Some(pivot), limit),
|
||||
);
|
||||
}
|
||||
|
||||
fn issue2063() {
|
||||
|ctx: Ctx<(String, String)>| -> io::Result<Response> {
|
||||
Ok(Response::new().with_body(ctx.params.0))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue