table
table copied to clipboard
Borderless Demo in Readme Possibly Erroneous
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?
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?
I haven't tried to debug it as yet. Evaluating a slew of similar modules at the moment.
The doc seems wrong indeed, it's not
drawJoin: () => false
, it's drawHorizontalLine: () => false