You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Olabusayo Kilo (JIRA)" <ji...@apache.org> on 2019/06/26 16:15:00 UTC

[jira] [Assigned] (DAFFODIL-1387) Data dump no longer showing for left over data

     [ https://issues.apache.org/jira/browse/DAFFODIL-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olabusayo Kilo reassigned DAFFODIL-1387:
----------------------------------------

    Assignee: Olabusayo Kilo

> Data dump no longer showing for left over data
> ----------------------------------------------
>
>                 Key: DAFFODIL-1387
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1387
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Debugger, Diagnostics, Usability
>    Affects Versions: 2.0.0
>            Reporter: Elizabeth Fahl
>            Assignee: Olabusayo Kilo
>            Priority: Major
>
> Tests used to show a data dump for things like left over data but this seems to be missing now.
> For example:
> {noformat}
> echo -ne "string|123456" | daffodil_cli parse -s ./daffodil-cli/src/test/resources/edu/illinois/ncsa/daffodil/CLI/cli_schema.dfdl.xsd -r leftover
> {noformat}
> Output used to be similar to:
> {noformat}
> [error] Left over data. 11 bytes available. Location: byte 10
> UTF-8 text starting at byte 8 is: (234)
> Data (hex) starting at byte 8 is: (0x323334)
> <ex:leftover xmlns:ex="http://example.com">
>   <ex:e3>string</ex:e3>
>   <ex:e4>123</ex:e4>
> </ex:leftover>
>  {noformat}
> Now looks like:
> {noformat}
> [error] Left over data. 13 bytes available. Location: byte 10 limit 13
> <ex:leftover xmlns:ex="http://example.com">
>   <e3>string</e3>
>   <e4>123</e4>
> </ex:leftover>
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)