nu-commands/table (table -e) Recognize limited space better (#7861)

fix #7858

Once again we here 😞 

~~I am thinking is there some files with not flat structure we could use
to test table -e?
I mean it is clear it was a while ago were we had to create at least
some tests.
Do you have anything in mind (or maybe commands which is consistent
across systems)?~~

Take care

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
This commit is contained in:
Maxim Zhiburt
2023-01-26 23:06:17 +03:00
committed by GitHub
parent 9d6d43ee55
commit 731f5f8523
4 changed files with 978 additions and 117 deletions

View File

@ -1,5 +1,4 @@
use nu_test_support::nu;
#[cfg(feature = "sqlite")]
use nu_test_support::pipeline;
#[test]