Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 7300e25

Browse files
committed
gherkin: Sync approval tests. Fix a whitespace.
1 parent 515ca64 commit 7300e25

5 files changed

+20
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Feature: Scenario Outline with a value with a dollar sign ($)
2+
3+
Scenario Outline: minimalistic
4+
Given the <what>
5+
6+
Examples:
7+
| what |
8+
| pa$$word |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"document":{"comments":[],"feature":{"children":[{"examples":[{"keyword":"Examples","location":{"column":1,"line":6},"name":"","tableBody":[{"cells":[{"location":{"column":5,"line":8},"type":"TableCell","value":"pa$$word"}],"location":{"column":3,"line":8},"type":"TableRow"}],"tableHeader":{"cells":[{"location":{"column":5,"line":7},"type":"TableCell","value":"what"}],"location":{"column":3,"line":7},"type":"TableRow"},"tags":[],"type":"Examples"}],"keyword":"Scenario Outline","location":{"column":1,"line":3},"name":"minimalistic","steps":[{"keyword":"Given ","location":{"column":5,"line":4},"text":"the <what>","type":"Step"}],"tags":[],"type":"ScenarioOutline"}],"keyword":"Feature","language":"en","location":{"column":1,"line":1},"name":"Scenario Outline with a value with a dollar sign ($)","tags":[],"type":"Feature"},"type":"GherkinDocument"},"type":"gherkin-document","uri":"testdata/good/scenario_outline_with_value_with_dollar_sign.feature"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"pickle":{"language":"en","locations":[{"column":3,"line":8},{"column":1,"line":3}],"name":"minimalistic","steps":[{"arguments":[],"locations":[{"column":3,"line":8},{"column":11,"line":4}],"text":"the pa$$word"}],"tags":[]},"type":"pickle","uri":"testdata/good/scenario_outline_with_value_with_dollar_sign.feature"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"data":"Feature: Scenario Outline with a value with a dollar sign ($)\n\nScenario Outline: minimalistic\n Given the <what>\n\nExamples:\n | what |\n | pa$$word |\n","media":{"encoding":"utf-8","type":"text/x.cucumber.gherkin+plain"},"type":"source","uri":"testdata/good/scenario_outline_with_value_with_dollar_sign.feature"}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
(1:1)FeatureLine:Feature/Scenario Outline with a value with a dollar sign ($)/
2+
(2:1)Empty://
3+
(3:1)ScenarioOutlineLine:Scenario Outline/minimalistic/
4+
(4:5)StepLine:Given /the <what>/
5+
(5:1)Empty://
6+
(6:1)ExamplesLine:Examples//
7+
(7:3)TableRow://5:what
8+
(8:3)TableRow://5:pa$$word
9+
EOF

0 commit comments

Comments
 (0)