Skip to content

Commit e05891d

Browse files
authored
🌱 test empty branch in mindmap (#42)
* 🌱 test empty branch in mindmap Ref.: - https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap * 🌱 test empty root in mindmap
1 parent d7bf563 commit e05891d

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

input/empty-mindmap.puml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
2+
@startmindmap
3+
* Root
4+
** Not empty
5+
**
6+
@endmindmap
7+
8+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
9+
@startmindmap
10+
* Root
11+
**_ Not empty
12+
**_
13+
@endmindmap
14+
15+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
16+
@startmindmap
17+
* Root
18+
** Not empty
19+
**
20+
'No space after -> Normal Error
21+
@endmindmap
22+
23+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
24+
@startmindmap
25+
* Root
26+
**_ Not empty
27+
**_
28+
'No space after -> Normal Error
29+
@endmindmap
30+
31+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
32+
@startmindmap
33+
+ Root
34+
++ Not empty
35+
++
36+
@endmindmap
37+
38+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
39+
@startmindmap
40+
+ Root
41+
++_ Not empty
42+
++_
43+
@endmindmap
44+
45+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
46+
@startmindmap
47+
+ Root
48+
++_ Not empty
49+
++_
50+
'No space after -> Normal Error
51+
@endmindmap
52+
53+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
54+
@startmindmap
55+
- Root
56+
-- Not empty
57+
--
58+
@endmindmap

input/empty-root-mindmap.puml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
2+
@startmindmap
3+
*
4+
** Not empty
5+
**
6+
@endmindmap
7+
8+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
9+
@startmindmap
10+
*
11+
**_ Not empty
12+
**_
13+
@endmindmap
14+
15+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
16+
@startmindmap
17+
+
18+
++ Not empty
19+
++
20+
@endmindmap
21+
22+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
23+
@startmindmap
24+
+
25+
++_ Not empty
26+
++_
27+
@endmindmap
28+
29+
https://forum.plantuml.net/20265/allow-empty-branch-in-mindmap
30+
@startmindmap
31+
-
32+
-- Not empty
33+
--
34+
@endmindmap

0 commit comments

Comments
 (0)