Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-2488

When executing a parse command with the debugger get incorrect result for display info unparser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.0
    • 3.4.0
    • Debugger

    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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            dfthompson Dave Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: