Skip to content

Fix extraction for AI versions 9.0-11.0

Jonathan Neuhauser requested to merge extraction-header into main

Closes #23 (closed)

Changes

These versions use a different scheme of storing the data than later versions. Implement those changes, update the unit tests and add additional documentation.

Note that the files simple_cs and simple_v9 were already marked as "pass extraction stage" in the unit test. But the end of the file was missing, so there's now a new unit test checking that %%EOF is present after extracting.

The two new file have a block of junk in the beginning, those also pass the extraction stage.

Checklist

  • Change is tested
  • Change is documented.
  • Licenses are up to date

Related

Edited by Jonathan Neuhauser

Merge request reports