mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
15 lines
222 B
Rust
15 lines
222 B
Rust
----
|
|
|
|
---
|
|
|
|
----
|
|
|
|
//@ check-pass
|
|
|
|
// This test checks that longer dashes for opening and closing can be used to
|
|
// escape sequences such as three dashes inside the frontmatter block.
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|