2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 05:43:34 +00:00
nushell/crates/nu-command/tests/commands/math
dannou812 8237d15683
to json -r not removing whitespaces fix ()
fixes   

# Description
Use `serde_json` instead.

# User-Facing Changes
The problem described in the issue now no longer persists.

No whitespace in the output of `to json --raw`
Output of unicode escape changed to consistent `\uffff`

# Tests + Formatting
I corrected all Tests that were affected by this change.
2024-03-20 22:14:31 +01:00
..
avg.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
median.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
mod.rs to json -r not removing whitespaces fix () 2024-03-20 22:14:31 +01:00
round.rs Add long options for generators and math () 2023-10-19 18:17:42 +02:00
sqrt.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
sum.rs Remove file I/O from tests that don't need it () 2023-11-29 23:21:34 +01:00