mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Format with rustfmt 2019-09-08
This commit is contained in:
parent
87c80e72c8
commit
8b31ec6fd0
2 changed files with 6 additions and 2 deletions
|
@ -91,6 +91,10 @@ mod tests {
|
|||
fn test_expand() {
|
||||
assert("error {var}", "error {}", ", var");
|
||||
assert("fn main() {{ }}", "fn main() {{ }}", "");
|
||||
assert("{v} {v:?} {0} {0:?}", "{} {:?} {} {:?}", ", v , v , _0 , _0");
|
||||
assert(
|
||||
"{v} {v:?} {0} {0:?}",
|
||||
"{} {:?} {} {:?}",
|
||||
", v , v , _0 , _0",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue