We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples: | foo | bar | | 1 |
After formating, it becomes Examples:
It should not remove anything when formatting.
vscode cucumber extension, v1.2.8
In vscode, use cucumber as formatter for .feature file. Enter the invalid table and save, table is removed.
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered:
I agree with the OP and I'd like to add it is a quite serious issue at the moment.
Sorry, something went wrong.
Moved to #78
@pkufranky @niccolomineo thanks for reporting this. If this is important to you, please consider contributing a fix yourself.
The formatting fucntionality is implemented in this file.
No branches or pull requests
π What did you see?
Examples:
| foo | bar |
| 1 |
After formating, it becomes
Examples:
β What did you expect to see?
It should not remove anything when formatting.
π¦ Which tool/library version are you using?
vscode cucumber extension, v1.2.8
π¬ How could we reproduce it?
In vscode, use cucumber as formatter for .feature file.
Enter the invalid table and save, table is removed.
π Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: