#[test]
fn case_{number}() -> anyhow::Result<()> {{
    assert_eq!(crate::parsers::component::net_path("{path}").context("failed to parse `{path}`")?, ("", "{path}"));

    Ok(())
}}
