wip
This commit is contained in:
parent
2c904cb0bf
commit
bef2013c7f
3 changed files with 40 additions and 13 deletions
|
@ -1009,4 +1009,13 @@ mod test {
|
|||
.await;
|
||||
}
|
||||
}
|
||||
|
||||
#[gpui::test]
|
||||
async fn test_percent(cx: &mut gpui::TestAppContext) {
|
||||
let mut cx = NeovimBackedTestContext::new(cx).await;
|
||||
for count in 1..=2 {
|
||||
// let test_case = indoc! {"
|
||||
// "}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue