Add unit test for auto-closing quotation marks with overrides

This commit is contained in:
Max Brunsfeld 2023-02-20 13:46:17 -08:00
parent ab82e13167
commit a11165ad0a
2 changed files with 99 additions and 1 deletions

View file

@ -258,7 +258,7 @@ pub struct LanguageQueries {
pub overrides: Option<Cow<'static, str>>,
}
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct LanguageScope {
language: Arc<Language>,
override_id: Option<u32>,