peerapats / atom-language-gherkin

Gherkin language support for Atom
26 stars 18 forks source link

Email addresses getting matched as symbols in steps with table arguments #2

Closed denheck closed 10 years ago

denheck commented 10 years ago

Say I have a step like this:

Given there are users: | username | password | email | | everzet | 123456 | everzet@knplabs.com | | fabpot | 22@222 | fabpot@symfony.com |

The email addresses will be matched as symbols using the current regex pattern. I will submit a pull request to fix this.

peerapats commented 10 years ago

Merged with your pull request and publish to v0.2.7, Thanks.