about summary refs log tree commit diff
path: root/tests/ui/frontmatter/escape.rs
blob: 0e6f064607e826fab0bd11f64c6876bd30de6ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
----

---

----

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