{"data":"Feature: Escaped pipes\n    The \\-character will be considered as an escape in table cell\n    iff it is followed by a |-character, a \\-character or an n.\n\n  Scenario: They are the future\n    Given they have arrived\n      | æ | o |\n      | a | ø |\n    Given they have arrived\n      | \\|æ\\\\n     | \\o\\no\\  |\n      | \\\\\\|a\\\\\\\\n | ø\\\\\\nø\\\\|\n","media":{"encoding":"utf-8","type":"text/x.cucumber.gherkin+plain"},"type":"source","uri":"testdata/good/escaped_pipes.feature"}
