test(lexer): Ensure tabs are accepted for horizontal whitespace
This commit is contained in:
parent
159be09c4f
commit
9304aa1936
2 changed files with 5 additions and 3 deletions
|
|
@ -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)]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
--- cargo
|
||||
--- cargo
|
||||
---
|
||||
|
||||
//@ check-pass
|
||||
// ignore-tidy-tab
|
||||
// A frontmatter infostring can have leading whitespace.
|
||||
|
||||
#![feature(frontmatter)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue