forked from extern/nushell
Move to bytes/string hybrid codec (#1457)
* WIP: move to bytes codec * Progress on adding collect helpers * Progress on adding collect helpers * Add in line splitting back to lines * Lines outputting line primitives * Close to ready? * Finish fixing lines * clippy fixes * fmt fixes * removed unused code * Cleanup a few bits * Cleanup a few bits * Cleanup a few more bits * Fix failing test with corrected test case
This commit is contained in:
@ -126,6 +126,7 @@ mod stdin_evaluation {
|
||||
iecho yes
|
||||
| chop
|
||||
| chop
|
||||
| lines
|
||||
| first 1
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user