Skip to content

Commit 178d7b6

Browse files
committed
Reformat yaml files
1 parent 7066410 commit 178d7b6

21 files changed

+29
-13
lines changed

testdata/ast/alternation-with-unused-start-optional.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: three blind\ mice/rats(
23
exception: |-
34
This Cucumber Expression has a problem at column 23:

testdata/ast/opening-brace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
expression: '{'
1+
---
2+
expression: "{"
23
exception: |-
34
This Cucumber Expression has a problem at column 1:
45

testdata/ast/opening-parenthesis.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
expression: (
1+
---
2+
expression: "("
23
exception: |-
34
This Cucumber Expression has a problem at column 1:
45

testdata/ast/unfinished-parameter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: "{string"
23
exception: |-
34
This Cucumber Expression has a problem at column 1:

testdata/expression/does-not-allow-alternation-in-optional.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: three( brown/black) mice
23
text: three brown/black mice
34
exception: |-

testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-left-parameter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
expression: |-
2-
{int}/x
1+
---
2+
expression: "{int}/x"
33
text: '3'
44
exception: |-
55
This Cucumber Expression has a problem at column 6:

testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-optional.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: three (brown)/black mice
23
text: three brown mice
34
exception: |-

testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-right-parameter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: x/{int}
23
text: '3'
34
exception: |-

testdata/expression/does-not-allow-alternation-with-empty-alternative.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: three brown//black mice
23
text: three brown mice
34
exception: |-

testdata/expression/does-not-allow-empty-optional.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
expression: three () mice
23
text: three brown mice
34
exception: |-

0 commit comments

Comments
 (0)