table icon indicating copy to clipboard operation
table copied to clipboard

Borderless Demo in Readme Possibly Erroneous

Open shellscape opened this issue 8 years ago • 3 comments

I copied and pasted the borderless demo from the README verbatim and it's printing empty lines between rows, which seems to run contrary to the expected output according to that section in the README. Here's my output:

→ node table-test.js

0A 0B 0C 

1A 1B 1C 

2A 2B 2C 

Does the README and the section on borderless tables need updating?

shellscape avatar Dec 09 '16 14:12 shellscape

Does the README and the section on borderless tables need updating?

Unsure. It could be a bug. (Its the only example thats not included in the ./test cases as far as I can see).

Have you tried tracing the code?

gajus avatar Dec 09 '16 15:12 gajus

I haven't tried to debug it as yet. Evaluating a slew of similar modules at the moment.

shellscape avatar Dec 09 '16 15:12 shellscape

The doc seems wrong indeed, it's not drawJoin: () => false, it's drawHorizontalLine: () => false

lipsumar avatar Apr 07 '17 09:04 lipsumar