mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Fix typo
This commit is contained in:
parent
e8764911cb
commit
39fce1191f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ fn save_can_write_out_csv() {
|
|||
})
|
||||
}
|
||||
|
||||
// This text is more tricky since we are checking for binary output. The output rendered in ASCII is (roughly):
|
||||
// This test is more tricky since we are checking for binary output. The output rendered in ASCII is (roughly):
|
||||
// <20>authors+0Yehuda Katz <wycats@gmail.com>descriptionA shell for the GitHub eraedition2018licenseISCnamenuversion0.2.0
|
||||
// It is not valid utf-8, so this is just an approximation.
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue