Skip to content

Commit b9e8ddb

Browse files
committed
1 parent 65b36dc commit b9e8ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perl/lib/Gherkin/Pickles/Compiler.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sub _compile_scenario_outline {
103103
my @tags = (
104104
@{ $feature_tags },
105105
@{ $scenario->tags || [] },
106-
@{ $examples->tags || [] }
106+
@{ $examples->tags || [] },
107107
);
108108
my $variables = $examples->table_header->cells;
109109

@@ -201,7 +201,7 @@ sub _pickle_step_props {
201201
ast_node_ids => [ $step->id ],
202202
type => $keyword_type,
203203
text => $class->_interpolate($step->text,
204-
$variables, $value_cells)
204+
$variables, $value_cells),
205205
);
206206

207207
if ($values) {

0 commit comments

Comments
 (0)