nushell/crates/nu-std/tests
Antoine Stevan d97562f6e8
fix multiline strings in NDNUON (#14519)
- should close https://github.com/nushell/nushell/issues/14517

# Description
this will change `to ndnuon` so that newlines are encoded as a literal
`\n` which `from ndnuon` is already able to handle

# User-Facing Changes
users should be able to encode multiline strings in NDNUON

# Tests + Formatting
new tests have been added:
- they don't pass on the first commit
- they do pass with the fix

# After Submitting
2024-12-05 07:53:33 -06: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 fix multiline strings in NDNUON (#14519) 2024-12-05 07:53:33 -06: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 fix multiline strings in NDNUON (#14519) 2024-12-05 07:53:33 -06: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