2024-02-22 06:10:29 -06:00
|
|
|
//@ aux-build: color.rs
|
2022-11-28 13:29:23 -06:00
|
|
|
|
|
|
|
//! The purpose of this test it to have a link to [a foreign variant](Red).
|
|
|
|
|
|
|
|
extern crate color;
|
|
|
|
use color::Color::Red;
|
|
|
|
|
2023-05-22 12:17:52 -05:00
|
|
|
// @set red = "$.index[*][?(@.inner.module.is_crate)].links.Red"
|
2022-11-28 13:29:23 -06:00
|
|
|
|
|
|
|
// @!has "$.index[*][?(@.name == 'Red')]"
|
|
|
|
// @!has "$.index[*][?(@.name == 'Color')]"
|