1 2 3 4 5 6 7 8 9
use dsntk_examples::DMN_N_0088; #[test] fn _0001() { assert_eq!( "<ModelValidatorError> cyclic dependency between item definitions", dsntk_model::parse(DMN_N_0088).err().unwrap().to_string() ); }