test(lexer): Ensure frontmatter w/ crlf works

This commit is contained in:
Ed Page
2025-08-28 16:09:54 -05:00
parent 75ee9ffd5e
commit b2962c367a
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ json-bom-plus-crlf.rs -text
json-bom-plus-crlf-multifile.rs -text
json-bom-plus-crlf-multifile-aux.rs -text
trailing-carriage-return-in-string.rs -text
frontmatter-crlf.rs -text
*.bin -text
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env -S cargo -Zscript
---
[dependencies]
clap = "4"
---
//@ check-pass
// ignore-tidy-cr
// crlf line endings should be accepted
#![feature(frontmatter)]
fn main() {}