feat: add generated scene skill platform hardening
This commit is contained in:
@@ -47,7 +47,10 @@ async fn openxml_office_tool_renders_hotlist_xlsx_from_rows() {
|
||||
let output_json: serde_json::Value = serde_json::from_str(&result.output).unwrap();
|
||||
assert_eq!(output_json["row_count"], 2);
|
||||
assert_eq!(output_json["renderer"], "openxml_office");
|
||||
assert_eq!(output_json["output_path"], json!(output_path.to_str().unwrap()));
|
||||
assert_eq!(
|
||||
output_json["output_path"],
|
||||
json!(output_path.to_str().unwrap())
|
||||
);
|
||||
|
||||
let xml = read_sheet_xml(&output_path);
|
||||
assert!(xml.contains("问题一"));
|
||||
|
||||
Reference in New Issue
Block a user