Update: Add FSS Embedded List read depth tests and fix test script files.
Add tests for the FSS-0008 standard using depths.
I generated these test expectations.
I will have to slowly review these over time or fix them when I identify one is wrong.
I did do a test by building the same tests on both the 0.6 and 0.7 and found that they both pass.
I either have correct logic or I have consistently bad logic.
This adds a lot of FSS-0008 depth tests, however, the amount of tests needed is a lot more than what I have done here.
I think this large number is a good start.
Add special cases functions for the script tests.
I noticed that the failure code is incorrectly being set (the logic appears reversed).
The conditional argument used to determine which test being run in the test script is wrong.
Create a new variable called `test_set` and use that.
The `standard` variable can then be extracted from the `test_set`.
The test script incorrectly is missing the `-o` for the Object in some cases.