Test caret selection in file finder
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
477bc8da05
commit
89fe5c6b09
4 changed files with 198 additions and 23 deletions
|
@ -1006,8 +1006,7 @@ mod tests {
|
|||
.zip(expected_styles.iter().cloned())
|
||||
.collect::<Vec<_>>();
|
||||
assert_eq!(
|
||||
rendered.text,
|
||||
dbg!(expected_text),
|
||||
rendered.text, expected_text,
|
||||
"wrong text for input {blocks:?}"
|
||||
);
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue