nushell/crates/nu-std/std
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
..
assert Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
bench Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
config Remove unused FlatShapes And/Or (#14476) 2024-11-29 22:23:40 +01:00
core Respect use_ansi_coloring setting in banner (#14049) 2024-10-10 09:58:37 -05:00
dirs Fix small typos in std/dirs (#14422) 2024-11-23 16:04:27 -06:00
dt Deprecate date to-record and date to-table (#14319) 2024-11-29 23:06:26 +01:00
formats fix multiline strings in NDNUON (#14519) 2024-12-05 07:53:33 -06:00
help make std help more user friendly (#14347) 2024-11-27 09:29:25 +08:00
input Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
iter Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
log Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
math Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
util Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
xml Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
mod.nu Always load default env/config values (#14249) 2024-11-20 16:15:15 -06:00