1 2 3 4 5 6 7 8 9 10
#[test] fn test_nested_models() { const MODEL: &str = " [RootModel] [ParentModel] [ChildModel] "; n3_parser::parser::parse_file(MODEL).unwrap(); }