mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Remove usage of format ident feature from tests (#2028)
This commit is contained in:
parent
61d1684a32
commit
19ff21eaa2
4 changed files with 16 additions and 14 deletions
|
@ -1996,7 +1996,9 @@ mod test {
|
|||
assert_eq!(
|
||||
matches[0].byte_range(),
|
||||
range,
|
||||
"@{capture} expected {range:?}"
|
||||
"@{} expected {:?}",
|
||||
capture,
|
||||
range
|
||||
)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue