forked from extern/nushell
Port str to-decimal to into decimal command. (#408)
* Port str to-decimal to into decimal command. Add also a Value::test_float function for tests only * Add support for handling integers into decimals and fix issues with error span
This commit is contained in:
committed by
GitHub
parent
bf82417d52
commit
349e83abd0
@ -81,6 +81,7 @@ pub fn create_default_context() -> EngineState {
|
||||
If,
|
||||
Into,
|
||||
IntoBinary,
|
||||
IntoDecimal,
|
||||
IntoFilesize,
|
||||
IntoInt,
|
||||
IntoString,
|
||||
|
Reference in New Issue
Block a user