mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix outdated test assertions after changing wrapping behavior
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
164cafa57d
commit
694ab0d69d
1 changed files with 2 additions and 1 deletions
|
@ -611,7 +611,8 @@ mod tests {
|
|||
[
|
||||
("out".to_string(), Some("fn.name")),
|
||||
("…\n".to_string(), None),
|
||||
(" fn\n \n".to_string(), Some("mod.body"))
|
||||
(" \nfn ".to_string(), Some("mod.body")),
|
||||
("i\n".to_string(), Some("fn.name"))
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue