Add assertions to test for autoclose with embedded languages

This commit is contained in:
Max Brunsfeld 2022-10-03 13:24:37 -07:00
parent 4f44375abd
commit c354b9b959
2 changed files with 173 additions and 33 deletions

View file

@ -271,7 +271,7 @@ pub struct FakeLspAdapter {
pub disk_based_diagnostics_sources: Vec<String>,
}
#[derive(Clone, Debug, Deserialize)]
#[derive(Clone, Debug, Default, Deserialize)]
pub struct BracketPair {
pub start: String,
pub end: String,