1
Fork 0

Rename issue-\d+.rs tests to have meaningful names

This commit is contained in:
Michael Howell 2023-10-04 12:58:06 -07:00
parent a198aff4a4
commit 9266270ef5
24 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,9 @@
// ignore-windows
// compile-flags: --no-defaults
#![crate_name="issue_26995"]
// @has src/issue_26995/dev/null.html
// @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
#[path="/dev/null"]
pub mod null;