mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
internal: move tests
This commit is contained in:
parent
3c9dda6ca9
commit
5a854a7253
3 changed files with 67 additions and 54 deletions
|
@ -147,6 +147,7 @@ impl Fixture {
|
|||
if line.starts_with("// ")
|
||||
&& line.contains(':')
|
||||
&& !line.contains("::")
|
||||
&& !line.contains(".")
|
||||
&& line.chars().all(|it| !it.is_uppercase())
|
||||
{
|
||||
panic!("looks like invalid metadata line: {:?}", line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue