Menu

#360 Unexpected behavior in a literal field

devel (cvs)
open
nobody
None
5
2014-08-18
2013-05-31
Peter NYC
No

In order to get the following display:

Hi,

In order to get the following output:

       3          Root node; Parent of 2
       |
       2          Child of Root node, Parent of 1a, 1b
      / \
     1a 1b        Children of 2, Parents of 0
      \ /
       0          Child of 0

I have to type the following:

        3          Root node; Parent of 2
        |
        2          Child of Root node, Parent of 1a, 1b
       / \\
      1a 1b        Children of 2, Parents of 0
       \\ /
        0          Child of 0

I don't expect to have to use escapes in a literal block; thus, I suspect this is a bug. If I leave out the escapes, I get rather different output.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.