NullPointerException for block comment in mindmap

0 votes
asked Mar 6, 2024 in Bug by anonymous

A NullPointerException is thrown when a multiline block in a MindMap diagram is followed by a block comment. The following is a small example that breaks. Removing the comment resolves the crash.

@startmindmap

* My mindmaproot
**:Multiline
item; /' Everything breaks '/

@endmindmap

1 Answer

0 votes
answered Mar 8 by dickmaley (4,020 points)

This is fixed

image

@startmindmap

* My mindmaproot
**:Multiline
item; /' Everything breaks '/

@endmindmap

...