test(frontmatter): Check handling of long code fences

This commit is contained in:
Ed Page
2025-11-26 11:19:52 -06:00
parent c797096598
commit 67094fc00a
@@ -0,0 +1,12 @@
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// ignore-tidy-linelength
[dependencies]
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#![feature(frontmatter)]
//@ check-pass
// check that we limit fence lengths
fn main() {}