Skip to content

Commit b727680

Browse files
committed
fix tidy: add whitespace README entry
1 parent 874a618 commit b727680

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/ui/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ Exercises the `unused_crate_dependencies` lint.
15581558

15591559
## `tests/ui/use/`
15601560

1561-
**FIXME**: merge with `ui/imports`.
1561+
**FIXME**: merge with `ui/imports`
15621562

15631563
## `tests/ui/variance/`: Covariants, invariants and contravariants
15641564

@@ -1601,6 +1601,10 @@ See: https://github.com/rustfoundation/interop-initiative/issues/53
16011601

16021602
See [the `windows_subsystem` attribute](https://doc.rust-lang.org/reference/runtime.html#the-windows_subsystem-attribute).
16031603

1604+
## `whitespace`
1605+
Contains tests for ASCII whitespace handling, excluding vertical tab, and ensures correct lexer behavior.
1606+
1607+
16041608
## `tests/ui/zero-sized/`: Zero-sized types
16051609

16061610
See [Zero-Sized Types | Reference](https://doc.rust-lang.org/nomicon/exotic-sizes.html#zero-sized-types-zsts).

0 commit comments

Comments
 (0)