d6o / GoTree

A Tree printer module written in GoLang
https://disiqueira.github.io/GoTree/
MIT License
191 stars 32 forks source link

Fix bug: last using invalid default value inside printText #11

Closed shivamMg closed 6 years ago

shivamMg commented 6 years ago

Because of this incorrect indicator is selected. Pass last explicitly to printText so it's value is used regardless of spaces.

Add a regression test.


Incorrect output because of this bug:

Pantera
└── Far Beyond Driven
│   ├── 5 minutes Alone
└── Power Metal

What it should be:

Pantera
├── Far Beyond Driven
│   └── 5 minutes Alone
└── Power Metal
d6o commented 6 years ago

Thank you for your contribution @shivamMg !!!