{"data":"Feature: DataTables\n\n  Scenario: minimalistic\n    Given a simple data table\n      | foo | bar |\r\n      | boz | boo |\n    And a data table with a single cell\n      | foo |\n    And a data table with different fromatting\n      |   foo|bar|    boz    |    \n    And a data table with an empty cell\n      |foo||boz|\n    And a data table with comments and newlines inside\n      | foo | bar |\r\n\r\n      | boz  | boo  |\r\n      # this is a comment\r\n      | boz2 | boo2 |\n","media":{"encoding":"utf-8","type":"text/x.cucumber.gherkin+plain"},"type":"source","uri":"testdata/good/datatables.feature"}
