diff --git a/tests/data/fomod/moduleconfig/po3tweaks.xml b/tests/data/fomod/moduleconfig/po3tweaks.xml new file mode 100644 index 0000000..9798a50 --- /dev/null +++ b/tests/data/fomod/moduleconfig/po3tweaks.xml @@ -0,0 +1,67 @@ + + + powerofthree's Tweaks + + + + + + + + + + Select this if you are using Skyrim Anniversary Edition v1.6.629 or higher. + + + + + + + + + + + + + + + + + + + + + + + + + Select this if you are using Skyrim Special Edition v1.5.97. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/fomod_test.rs b/tests/fomod_test.rs index 79d98f9..968bc3f 100644 --- a/tests/fomod_test.rs +++ b/tests/fomod_test.rs @@ -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)));