Skip to content

Instantly share code, notes, and snippets.

@msassak
Created September 8, 2009 16:09
Show Gist options
  • Save msassak/183041 to your computer and use it in GitHub Desktop.
Save msassak/183041 to your computer and use it in GitHub Desktop.
# tags without a newline after them
# 1a) currently legal:
@hello Feature: foo
@goodbye Scenario: bar
Given baz
# 1b) proposed:
@hello
Feature: foo
@goodbye
Scenario: bar
Given baz
# 2) tags without spaces between them like below
# are illegal with Cucumber 0.3.99, but parse correctly on Gherkin master
@one@two
Scenario: my pet scenario
Given some shenanigans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment