You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider this example
Scenario Outline: Test Cucumber+ inline comments
When run model "" ""
Examples:
| Test | Code |
# first inline comment
| Test 1 | 200 |
# second inline comment
| | |
After the last line, if I hit enter at the end of line, and try to enter another | to create another row, it removes all my inline comments above!
The text was updated successfully, but these errors were encountered:
Consider this example
Scenario Outline: Test Cucumber+ inline comments
When run model "" "
"
Examples:
| Test | Code |
# first inline comment
| Test 1 | 200 |
# second inline comment
| | |
After the last line, if I hit enter at the end of line, and try to enter another | to create another row, it removes all my inline comments above!
The text was updated successfully, but these errors were encountered: