Skip to content

Commit 67094fc

Browse files
committed
test(frontmatter): Check handling of long code fences
1 parent c797096 commit 67094fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2+
// ignore-tidy-linelength
3+
[dependencies]
4+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5+
6+
#![feature(frontmatter)]
7+
8+
//@ check-pass
9+
10+
// check that we limit fence lengths
11+
12+
fn main() {}

0 commit comments

Comments
 (0)