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 tried with your sample puml file.
I got error : SyntaxError: Expected ":", "@enduml", "\n", "\r\n", "end", "if", "start", "stop", or [ ,\t] but "S" found.
If i start title with : sign like below then conversion completed successfully , but title is not reflect gherkin as Feature
title
:Simple ATM withdrawal
No PIN retry, No Amount re-enter
end title
The text was updated successfully, but these errors were encountered:
I tried with your sample puml file.
I got error : SyntaxError: Expected ":", "@enduml", "\n", "\r\n", "end", "if", "start", "stop", or [ ,\t] but "S" found.
If i start title with : sign like below then conversion completed successfully , but title is not reflect gherkin as Feature
title
:Simple ATM withdrawal
No PIN retry, No Amount re-enter
end title
The text was updated successfully, but these errors were encountered: