test(lexer): Ensure tabs are accepted for horizontal whitespace

This commit is contained in:
Ed Page 2025-08-29 13:47:22 -05:00
parent 159be09c4f
commit 9304aa1936
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---cargo
---
---cargo
---
// please note the whitespace characters after the first four lines.
// This ensures that we accept whitespaces before the frontmatter, after
@ -10,6 +10,7 @@
//@ check-pass
// ignore-tidy-end-whitespace
// ignore-tidy-leading-newlines
// ignore-tidy-tab
#![feature(frontmatter)]

View File

@ -1,7 +1,8 @@
--- cargo
--- cargo
---
//@ check-pass
// ignore-tidy-tab
// A frontmatter infostring can have leading whitespace.
#![feature(frontmatter)]