Cargo tests for parsing stego.lock as TOML should be added, along with a stego-examples directory to hold at least two examples, one correct and one wrong.
Reference the files used in amboso stego parsing tests: link
Success is expected for good.stego and lock.stego, failure is expected for bad.stego.
Most likely, the grammar expressed by regex in the bash implementation would not align with our expectations and we may need to adjust our examples, while still keeping the main expected format.
See also #2
Cargo tests for parsing
stego.lockasTOMLshould be added, along with astego-examplesdirectory to hold at least two examples, one correct and one wrong.Reference the files used in
ambosostegoparsing tests: linkSuccess is expected for
good.stegoandlock.stego, failure is expected forbad.stego.Most likely, the grammar expressed by regex in the
bashimplementation would not align with our expectations and we may need to adjust our examples, while still keeping the main expected format.See also #2