Enteee / plantuml-parser

Parse PlantUML with JavaScript or TypeScript
https://duckpond.ch/category/plantuml-parser
Apache License 2.0
141 stars 33 forks source link

Feature/parse diagram #14

Closed Enteee closed 5 years ago

Enteee commented 5 years ago

fixed issue #11

Enteee commented 5 years ago

Well I do think coveralls is a bit too pedantic here. I should implement some tests on how this feature behaves when working with syntax errors, i.e.:

@startuml(id =)
@enduml

But for this I need to work on #15 first. I'll merge the pr anyways.