cabbage-ex / gherkin

A Gherkin file parser written in Elixir. Extracted from https://github.com/meadsteve/white-bread.
11 stars 9 forks source link

Multiple tag lines overwrite #4

Closed mgwidmann closed 7 years ago

mgwidmann commented 7 years ago
Feature: Something

  @first_tag
  @second_tag
  Scenario: A scenario
    Given Something

This should result in the tags being ["first_tag", "second_tag"], yet it only contains ["second_tag"]

rawkode commented 7 years ago

This was fixed by #5

mgwidmann commented 7 years ago

👍

mgwidmann commented 7 years ago

Published v1.3.0