Bug with triple forward slashes comment style

0 votes
asked Dec 22, 2016 in Bug by DDPMC (120 points)

I have found two usecases, which are not supported by PlantUml (Version 8053)  and PlantUml Pluging for Eclipse (version 1.1.8.8051 in conjuction with Eclipse  Luna (4.4.1)).

1) line containing only /// symboles (line 4 in not working example)  wrongly parsed by Eclipse Plugin. I get Syntax Error.

working example:
///  @startuml "Call sequence MainFunction()"
///  ENV -> CompA: MainFunction()
///  CompA -> ENV
///  @enduml

 
not working example:
///  @startuml "Call sequence MainFunction()"
///  ENV -> CompA: MainFunction()
///  CompA -> ENV
///
///  @enduml

2) tab(s) symbol after ///. Not working in both PlantUML and Eclipse pluging (Syntax Error)

not working example: (tab in line 3 after ///)
///  @startuml "Call sequence MainFunction()"
///  ENV -> CompA: MainFunction()
/// CompA -> ENV
///  @enduml
 

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...