alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 80 forks source link

fix: retain spacing between escaped table pipes #367

Closed rdumont closed 2 years ago

rdumont commented 3 years ago

The previous behaviour would have the spaces surrounding escaped table |s be removed, changing the actual value of the table cell.

Here is an example before saving: image

This is what I expected it to look like after formatting: image

And this is what actually happens: image

Dutchie1990 commented 2 years ago

Can this PR please been merged?

alexkrechik commented 2 years ago

Does anybody know - is there any issue related to this PR?