#[test]
#[allow(non_snake_case)]
fn {name}() -> anyhow::Result<()> {{
    assert_eq!(crate::parsers::char::unreserved("{symbol}").context("failed to parse `{symbol}`")?, ("", "{symbol}"));

    Ok(())
}}
