INNER CODE UNIT · Rust

test_fonts_license_conflict

matiaskorhonen/paper-age · src/cli.rs:105

    fn test_fonts_license_conflict() -> Result<(), Box<dyn std::error::Error>> {
        let result = Args::try_parse_from(["paper-age", "--fonts-license", "--grid"]);

        assert!(result.is_err());

        Ok(())
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…