This commit is contained in:
Kay Simmons 2023-02-15 14:28:14 -08:00
parent 2c904cb0bf
commit bef2013c7f
3 changed files with 40 additions and 13 deletions

View file

@ -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! {"
// "}
}
}
}