Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions input/empty-mindmap.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
* Root
** Not empty
**
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
* Root
**_ Not empty
**_
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
* Root
** Not empty
**
'No space after -> Normal Error
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
* Root
**_ Not empty
**_
'No space after -> Normal Error
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
+ Root
++ Not empty
++
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
+ Root
++_ Not empty
++_
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
+ Root
++_ Not empty
++_
'No space after -> Normal Error
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
- Root
-- Not empty
--
@endmindmap
34 changes: 34 additions & 0 deletions input/empty-root-mindmap.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
*
** Not empty
**
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
*
**_ Not empty
**_
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
+
++ Not empty
++
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
+
++_ Not empty
++_
@endmindmap

https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
@startmindmap
-
-- Not empty
--
@endmindmap
Loading