Add assertions to test for autoclose with embedded languages
This commit is contained in:
parent
4f44375abd
commit
c354b9b959
2 changed files with 173 additions and 33 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue