Subject: | Parsing error report inaccuracy |
When configuration looks like:
...
<Workflow>
<STEP>
NAME stuff
</Workflow>
...
The error returned is:
Config::General: Block "<Workflow>" has no EndBlock statement...
Whereas of course the correct error is that <STEP> has no EndBlock
statement.