mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Move to a standard kebab/snake style (#4509)
This commit is contained in:
@ -18,7 +18,7 @@ fn base64_encode_characterset_binhex() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
echo 'username:password' | hash base64 --character_set binhex --encode
|
||||
echo 'username:password' | hash base64 --character-set binhex --encode
|
||||
"#
|
||||
)
|
||||
);
|
||||
@ -63,7 +63,7 @@ fn error_invalid_decode_value() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
echo "this should not be a valid encoded value" | hash base64 --character_set url-safe --decode
|
||||
echo "this should not be a valid encoded value" | hash base64 --character-set url-safe --decode
|
||||
"#
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user