Skip to content

Commit

Permalink
Include Rule support and the new AST structure in Pickle generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 28, 2020
1 parent ade2cef commit a0674fe
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 153 deletions.
5 changes: 1 addition & 4 deletions gherkin/perl/bin/gherkin-generate-pickles
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ sub run {
$parser->parse($file, $file), $id_generator
);
for my $pickle (@$pickles) {
my $event = {
pickle => $pickle
};
print $fh $json->encode($event);
print $fh $json->encode($pickle);
print "\n"
}
}
Expand Down
Loading

0 comments on commit a0674fe

Please sign in to comment.