fsprojects / TickSpec

Lean .NET BDD framework with powerful F# integration
Apache License 2.0
134 stars 23 forks source link

Multiple scenarios with same name #27

Closed mchaloupka closed 5 years ago

mchaloupka commented 5 years ago

Returning the functionality before modifying the parser. Before my changes, if there were multiple scenarios with the same name, it appended to their name index (after tilda). This was not implemented while changing the parser. So, I have added the functionality there.