diff options
Diffstat (limited to 'helix-term/tests/test/auto_pairs.rs')
-rw-r--r-- | helix-term/tests/test/auto_pairs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/tests/test/auto_pairs.rs b/helix-term/tests/test/auto_pairs.rs index ec47a5b4..caf80bd4 100644 --- a/helix-term/tests/test/auto_pairs.rs +++ b/helix-term/tests/test/auto_pairs.rs @@ -13,6 +13,7 @@ async fn auto_pairs_basic() -> anyhow::Result<()> { }, ..Default::default() }, + helpers::test_syntax_conf(None), ("#[\n|]#", "i(<esc>", "(#[|\n]#"), ) .await?; |