Ed Page 57c97cc190 test(script): Switch frontmatter tests to end-to-end
This will make it easier to validate error improvements I'm working on
as well as make it easier to update from rust-lang/rust
2025-08-29 16:11:59 -05:00

18 lines
253 B
Rust

----
package.description = """
---
"""
----
//@ 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() {}