mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 21:57:50 +02:00
Add binary literals (#4680)
This commit is contained in:
@ -201,6 +201,7 @@ fn convert_to_value(
|
||||
"blocks not supported in nuon".into(),
|
||||
expr.span,
|
||||
)),
|
||||
Expr::Binary(val) => Ok(Value::Binary { val, span }),
|
||||
Expr::Bool(val) => Ok(Value::Bool { val, span }),
|
||||
Expr::Call(..) => Err(ShellError::OutsideSpannedLabeledError(
|
||||
original_text.to_string(),
|
||||
|
Reference in New Issue
Block a user