mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
test(lexer): Ensure tabs are accepted for horizontal whitespace
This commit is contained in:
parent
159be09c4f
commit
9304aa1936
@ -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…
x
Reference in New Issue
Block a user