-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathdocstrings.feature.source.ndjson
More file actions
1 lines (1 loc) · 1.15 KB
/
docstrings.feature.source.ndjson
File metadata and controls
1 lines (1 loc) · 1.15 KB
1
{"source":{"data":"Feature: DocString variations\n\n Scenario: minimalistic\n Given a simple DocString\n \"\"\"\n first line (no indent)\n second line (indented with two spaces)\n\n third line was empty\n \"\"\"\n Given a DocString with content type\n \"\"\"xml\n <foo>\n <bar />\n </foo>\n \"\"\"\n And a DocString with wrong indentation\n \"\"\"\n wrongly indented line\n \"\"\"\n And a DocString with alternative separator\n ```\n first line\n second line\n ```\n And a DocString with normal separator inside\n ```\n first line\n \"\"\"\n third line\n ```\n And a DocString with alternative separator inside\n \"\"\"\n first line\n ```\n third line\n \"\"\"\n And a DocString with escaped separator inside\n \"\"\"\n first line\n \\\"\\\"\\\"\n third line\n \"\"\"\n And a DocString with an escaped alternative separator inside\n ```\n first line\n \\`\\`\\`\n third line\n ```","mediaType":"text/x.cucumber.gherkin+plain","uri":"testdata/good/docstrings.feature"}}