mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Experiment: Allow both $true/true and $false/false (#4696)
* Change true/false to keywords * oops, clippy * Both kinds of bools * Add in some boolean variables * disable py virtualenv test for now
This commit is contained in:
@ -45,7 +45,7 @@ fn from_boolean() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
echo $true | into string
|
||||
echo true | into string
|
||||
"#
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user