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

    Ok(())
}}
