cabbage-ex / gherkin

A Gherkin file parser written in Elixir. Extracted from https://github.com/meadsteve/white-bread.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple tag lines overwrite

mgwidmann opened this issue · comments

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"]

This was fixed by #5

Published v1.3.0