usekeyvalues_parser::Vdf;constONE_BASE_PER_LINE:&str=r##"
#base"foo.vdf"#base"bar.vdf"
key val
"##;#[test]#[should_panic]// FIXME(cosmic): well it shouldn't parse right, but it currently does...
fnone_base_per_line(){Vdf::parse(ONE_BASE_PER_LINE).unwrap_err();}