nushell/crates/nu-std/tests
Antoine Stevan 547c436281
add from ndnuon and to ndnuon to stdlib (#14334)
# Description
i was playing with the NDNUON format and using local definitions of
`from ndnuon` and `to ndnuon` but then i thought they could live in the
standard library next to `from ndjson` and `to ndjson` 😋

# User-Facing Changes
users can now add the following to their configs and get NDNUON ready to
go
```nushell
use std formats ["from ndnuon" "to ndnuon"]
```

# Tests + Formatting
i did simply mimic the tests for `from ndjson` and `to ndjson`, i hope
it's fine since the recent big change to the standard library

# After Submitting

---------

Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
2024-11-27 09:43:49 +08:00
..
logger_tests Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_asserts.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_core.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_dirs.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_dt.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_formats.nu add from ndnuon and to ndnuon to stdlib (#14334) 2024-11-27 09:43:49 +08:00
test_help.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_iter.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_setup_teardown.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_std_formats.nu add from ndnuon and to ndnuon to stdlib (#14334) 2024-11-27 09:43:49 +08:00
test_std_postload.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_std_preload.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00
test_std_util.nu Fix dirs removal warning (#14029) 2024-10-09 08:03:33 -05:00
test_util.nu Fix dirs removal warning (#14029) 2024-10-09 08:03:33 -05:00
test_xml.nu Improves startup time when using std-lib (#13842) 2024-10-03 06:28:22 -05:00