Test results for Win32 Console

test_001100_option_expel_empty_fields

Test description

Test for the expulsion of input fields that are of zero length.

Test status

 Pass

Run command

cat _INPUT_DATA_ ¦ xmlfy -F1 : -F2 , -F3 . -t -e

Input data

  ::   :,,,:w:  :,x, .y..z. 

Output result

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xmlfy SYSTEM "xmlfy.dtd">
<xmlfy>
  <line>
    <field>w</field>
  </line>
  <line>
    <field>x</field>
    <field>
      <field>y</field>
      <field>z</field>
    </field>
  </line>
</xmlfy>

Goto:   Top of page.   Section "Environment".   Section "Summary".   Section "Test cases".