Description
When executing a parse command with the debugger (--debug) an incorrect result is displayed when the "display info unparser" command is executed.
Sample result output for "display info unparser" and "display info parser" are below. You get the same result for both debug commands.
(debug)
unparser: <StringDelimitedParser/>
parser: <StringDelimitedParser/>
(debug)
unparser: <AssertExpressionEvaluationParser/>
parser: <AssertExpressionEvaluationParser/>
(debug)
unparser: <Separator/>
parser: <Separator/>
(debug)
unparser: <Element name='field'><DelimiterStackParser>...</DelimiterStackParser><AssertExpressionEvaluationParser/></Element>
parser: <Element name='field'><DelimiterStackParser>...</DelimiterStackParser><AssertExpressionEvaluationParser/></Element>
(debug)