ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

Cucumber expressions single quote strings #124

Closed JornWildt closed 3 years ago

JornWildt commented 3 years ago

Add support for single quotes in cucumber string expressions (as per the spec on https://github.com/cucumber/cucumber-expressions#readme).

ttutisani commented 3 years ago

This branch has conflicts. Please fix them before I review them to ensure that I am looking at the right things. image

JornWildt commented 3 years ago

I don't see what those conflicts can be? I am the only one who has edited these files for a while, so, given that you haven't made any changes, there should be no conflicts?

ttutisani commented 3 years ago

Thanks, now it looks good.