Closed lerenn closed 1 year ago
For now, when generating a spec with a multi-line description, there is an error as the generated description is commented only on the first line.
This following description:
description: | Status event is happening when there is no more expected event. An 'advance' message can be sent after this one.
Will generate this code:
// Description: Status event is happening when there is no more expected event. An 'advance' message can be sent after this one.
And should generated this instead:
// Description: Status event is happening when there is no more expected event. // An 'advance' message can be sent after this one.
For now, when generating a spec with a multi-line description, there is an error as the generated description is commented only on the first line.
This following description:
Will generate this code:
And should generated this instead: