1 2 3 4 5 6 7 8
#[test] fn test_empty_model() { const MODEL: &str = " [EmptyModel] "; n3_parser::parser::parse_file(MODEL).unwrap(); }