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

CLI Debugger: wrapLength on infoset not behaving as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • None
    • 3.1.0
    • CLI, Debugger, Usability
    • None

    Description

      If I have the following infoset:

        infoset:
          <tns:matrixString xmlns:tns="http://www.example.org/example1/">
              <tns:row>
                <tns:cell>
                  loooooooooooooooooooooooooooooooooooooooooong worddddddddddddddddddddddddddddddddd
                </tns:cell>
              </tns:row>
          </tns:matrixString>
      

      and I set wrapLength to 10, I would expect the infoset to be broken up more. However I get this:

        infoset:
          <tns:matrixString xmlns:tns="http://www.example.org/example1/"><tns:row><tns:cell>loooooooooooooooooooooooooooooooooooooooooong worddddddddddddddddddddddddddddddddd</tns:cell></tns:row></tns:matrixString>
      

      Also, if I set it to a very large number (90000) I would expect it to not wrap at all, but I get this:

        infoset:
          <tns:matrixString xmlns:tns="http://www.example.org/example1/">
            <tns:row>
              <tns:cell>loooooooooooooooooooooooooooooooooooooooooong worddddddddddddddddddddddddddddddddd</tns:cell>
            </tns:row>
          </tns:matrixString>
      

      I tried setting it to the length of "long", thinking it would put "word" on a new line, but I get this:

        infoset:
          <tns:matrixString 
          xmlns:tns="http://www.example.org/example1/">
            <tns:row>
              <tns:cell>
                loooooooooooooooooooooooooooooooooooooooooong worddddddddddddddddddddddddddddddddd
              </tns:cell>
            </tns:row>
          </tns:matrixString>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            daffodil-jchab Jessie Chab
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: