malukenho / kawaii-gherkin

A Kawaii and small tool to fix and validate gherkin code styles.
https://github.com/malukenho/kawaii-gherkin
MIT License
49 stars 7 forks source link

Make possible to preserve commented lines on `*.feature` files #13

Open malukenho opened 7 years ago

malukenho commented 7 years ago

Currently, it's deleted when format a file. We need to make possible to stay with comments if needed.

jackmakiyama commented 7 years ago

I'm checking this, the cause is that the parser of Behat\Gherkin ignore the comments. :/. I'm seek a solution to return back or preserve the comments.