While trying to use the utGen.TestPkg_From_String interface:
I get an error on line #1058
-- NOK0205: grab value for last entry as well. l_grid (l_indx).null_ok := UPPER (l_entries (8));
Looks like the grid string is expecting 8 entries instead of 7. Work around was to just add an extra undocumented delimiter | to the end of the input lines.
Also, it seems that there must be exactly 1 space between each of the input lines in order to get this to work?
Please can you provide the steps to reproduce this?