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
I have a feature file like this where i'd like to place a sphinx-needs requirement in the feature description.
# language: en
Feature: Start Simulator
.. req:: Start Simulator
:links: UC_001, UC_002, UC_005, UC_006
Scenario: Start the simulator and begin animation
When I start the simulator
Then the led animation starts rightaway
When i create the rst-file with option --raw-descriptions i get the following result.
As you can see the line :links: UC_001, UC_002, UC_005, UC_006 is left aligned which isn't correctly recognized by sphinx-needs.
I think the problem is the behave parser, but I couldn't pin the exact location.
Is there a possibility to prevent the removal of leading white spaces when using --raw-descriptions?
Is this a possible improvement for future releases?
I have a feature file like this where i'd like to place a sphinx-needs requirement in the feature description.
When i create the rst-file with option --raw-descriptions i get the following result.
As you can see the line
:links: UC_001, UC_002, UC_005, UC_006
is left aligned which isn't correctly recognized by sphinx-needs.I think the problem is the behave parser, but I couldn't pin the exact location.
Is there a possibility to prevent the removal of leading white spaces when using --raw-descriptions?
Is this a possible improvement for future releases?
The text was updated successfully, but these errors were encountered: