mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
test(frontmatter): Check handling of long code fences
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ignore-tidy-linelength
|
||||
[dependencies]
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
#![feature(frontmatter)]
|
||||
|
||||
//@ check-pass
|
||||
|
||||
// check that we limit fence lengths
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user