mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-16 08:15:04 +01:00
test
This commit is contained in:
parent
caffa621de
commit
20befd0a8f
2 changed files with 8 additions and 0 deletions
|
|
@ -136,3 +136,8 @@ mod tests {
|
|||
assert_eq!(result, r#"test "uwu" hello"#);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fn f() {
|
||||
crate::format!("uwu, {f:_<?}", "what");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue