[
https://issues.apache.org/jira/browse/DAFFODIL-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-2488.
--------------------------------------
Fix Version/s: 3.4.0
Resolution: Fixed
Fixed in commit 4cac2b00acd71acc0a2a6ee89fbf1beb315eaf32
> When executing a parse command with the debugger get incorrect result for
> display info unparser
> -----------------------------------------------------------------------------------------------
>
> Key: DAFFODIL-2488
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2488
> Project: Daffodil
> Issue Type: Bug
> Components: Debugger
> Affects Versions: 3.1.0
> Reporter: Dave Thompson
> Priority: Minor
> Labels: beginner
> Fix For: 3.4.0
>
>
> 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)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)