nushell/src/commands
Thomas Hartmann a0ed6ea3c8 Adds new tests and updates old ones.
New tests are added to test for additional cases that might be trickier to
handle with the new logic.

Old tests are updated where their expectations are no longer expected to hold true.
For instance: previously, lines would be treated separately, allowing any index
offset between columns on different rows, as long as they had the same row index
as decided by a separator. When this is no longer the case, some things need to
be adjusted.
2019-10-17 00:17:58 +02:00
..
args.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
autoview.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
cd.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
classified.rs Better error messages. 2019-10-15 04:18:35 -05:00
clip.rs Remove uses of async_stream_block 2019-09-28 02:05:18 +02:00
command.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
config.rs Formatting. 2019-10-15 05:42:24 -05:00
count.rs count command introduced. 2019-10-15 05:19:06 -05:00
cp.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
date.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
debug.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
echo.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
enter.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
env.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
exit.rs run rustfmt 2019-09-11 10:36:50 -04:00
fetch.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
first.rs Formatting. 2019-10-15 05:42:24 -05:00
format.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
from_bson.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_csv.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_ini.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_json.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_sqlite.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_ssv.rs Adds new tests and updates old ones. 2019-10-17 00:17:58 +02:00
from_toml.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_tsv.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_url.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_xml.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
from_yaml.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
get.rs Fix confusing unnamed column and crash 2019-10-14 18:28:54 +13:00
help.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
last.rs 'last' gets last row if no amount desired given. 2019-10-15 05:41:34 -05:00
lines.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
ls.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
macros.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
mkdir.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
mv.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
next.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
nth.rs Fix nth regression 2019-09-24 19:56:03 +12:00
open.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
pick.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
pivot.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
plugin.rs Overhaul the coloring system 2019-10-10 19:30:04 -07:00
post.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
prev.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
pwd.rs Removed commented out code. 2019-09-07 15:43:30 -07:00
reject.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
reverse.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
rm.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
save.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
shells.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
size.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
skip_while.rs Overhaul the expansion system 2019-10-10 08:27:51 -07:00
sort_by.rs Use async-stream crate to replace most async_stream_block invocations 2019-09-26 02:39:20 +02:00
split_column.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
split_row.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
table.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
tags.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_bson.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_csv.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_json.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_sqlite.rs Use async-stream crate to replace most async_stream_block invocations 2019-09-26 02:39:20 +02:00
to_toml.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_tsv.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_url.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
to_yaml.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
trim.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
version.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
where_.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
which_.rs Stream support (#812) 2019-10-13 17:12:43 +13:00