mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 04:50:28 +01:00
Fix typo
This commit is contained in:
parent
e8764911cb
commit
39fce1191f
@ -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
|
// <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.
|
// It is not valid utf-8, so this is just an approximation.
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user