about summary refs log tree commit diff
path: root/tests/ui/frontmatter/frontmatter-inner-hyphens-2.rs
blob: 3d5fb4538720bd8c2d30f82b334fa153ca62ecd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
x ---y
---

// Test that hypens are allowed inside frontmatters if there is some
// non-whitespace character preceding them.
//@check-pass

#![feature(frontmatter)]

fn main() {}