bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
266 stars 34 forks source link

fix: allow for nested namespaces using period in name #82

Closed bafolts closed 2 years ago

bafolts commented 2 years ago

This will fix #81 . Updated unit tests.

bafolts commented 2 years ago

@rugoncalves this should work. If you can test locally I will merge afterwards.

rugoncalves commented 2 years ago

Now, that's a quick fix - thank you! Just tested in the simple example, yours and another one, and works like a charm. 👍 However, I might have stumbled upon something (not sure if else) - do you prefer me to explain it in the issues section? (happen when running against our repo) P.s. - Thank you - and really fantastic project that you have here 👍👍👍

bafolts commented 2 years ago

However, I might have stumbled upon something (not sure if else) - do you prefer me to explain it in the issues section? (happen when running against our repo)

New issue is preferred if what was stumbled upon isn't related to this change.