Skip to content

XML parser should throw error for non-existing XML file.

Shaun Roe requested to merge sroe/athena:main-debug-XMLCoreParser into main

Ensure that the core parser throws a clear error if attempting to open non-existent XML file. Amend (previously failing) test accordingly.

Prettify code, remove unimplemented + unused methods

Merge request reports