added new fomod test case

This commit is contained in:
2026-03-22 14:26:39 +01:00
parent f404f597c1
commit 560562cc25
2 changed files with 68 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ fn parse() {
"example_04.xml",
"example_05.xml",
"banana.xml",
"po3tweaks.xml"
] {
fomod::Config::load_from_file(get_xml(xml))
.unwrap_or_else(|e| panic!("Parse for {xml} with {}", err_to_string(e)));