mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
style: cargo fmt
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7f0420bbf0
commit
0463b5e263
1 changed files with 1 additions and 2 deletions
|
|
@ -888,8 +888,7 @@ mod tests {
|
|||
// function must walk the whole string rejecting each one. With the
|
||||
// `+1` bug this panicked the first time `search_from` crossed a
|
||||
// 2-byte char. With the fix it should return None cleanly.
|
||||
let markdown =
|
||||
"Наша история  Ещё текст  Конец 'Ч'";
|
||||
let markdown = "Наша история  Ещё текст  Конец 'Ч'";
|
||||
assert_eq!(find_content_position(markdown, "needle"), None);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue