mrohland / plantuml

Plantuml package for Atom Text Editor
MIT License
15 stars 6 forks source link

AWS Library fails to work #25

Open scbickle opened 5 years ago

scbickle commented 5 years ago

Using library extensions with a label throws a syntax error if a label is used. The first example from the https://github.com/milo-minderbinder/AWS-PlantUML/README.MD fails. This example works in other PlantUML tools.

@startuml define AWSP https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist !includeurl AWSP/common.puml !includeurl AWSP/Storage/AmazonS3/AmazonS3.puml

AMAZONS3(s3_internal) AMAZONS3(s3_partner,"Vendor's S3") s3_internal <-- s3_partner

@enduml

This is the error message.

Screenshot 2019-07-18 at 16 57 05
scbickle commented 5 years ago

Note '!' is missing from front of 'define' in the example I gave.