about summary refs log tree commit diff
path: root/tests/rustdoc-json/path_name.rs
AgeCommit message (Collapse)AuthorLines
2025-03-21tests/rustdoc-json: replace `$.paths[*][?` with `$.paths[?`Alona Enraght-Moony-1/+1
This fixes all 3 of these tests. Done automatically in VSCode.
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-20/+20
Done automatically with VSCode.
2025-03-03Always allow rustdoc-json tests to contain long linesNoratrieb-1/+0
The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful.
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-0/+83
Closes https://github.com/rust-lang/rust/issues/135600 Effectivly reverts https://github.com/rust-lang/rust/pull/134880