Files
rust/tests/ui/frontmatter/escape.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
222 B
Rust
Raw Normal View History

----
---
----
//@ 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() {}