nushell/tests/fixtures/formats
WindSoilder 046e46b962
avoid panic when using from nuon (#7533)
# Description

Fixes #5996 

Just found a relative easy way to fix the issue

# User-Facing Changes

```
❯ open $nu.plugin-path | from nuon
Error:
  × error when loading nuon text
   ╭─[entry #36:1:1]
 1 │ open $nu.plugin-path | from nuon
   ·                        ────┬────
   ·                            ╰── could not load nuon text
   ╰────

Error:
  × Error when loading


❯ open $nu.config-path | from nuon
Error:
  × error when loading nuon text
   ╭─[entry #37:1:1]
 1 │ open $nu.config-path | from nuon
   ·                        ────┬────
   ·                            ╰── could not load nuon text
   ╰────

Error:
  × error when loading
```

# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2022-12-21 16:42:23 -08:00
..
activate-foo.nu Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
appveyor.yml
caco3_plastics.arrow Support Arrow IPC file format with dataframes (#6548) 2022-09-12 18:30:20 -05:00
caco3_plastics.csv
caco3_plastics.tsv
cargo_sample.toml chore: chrono_update (#7132) 2022-11-27 07:19:02 +13:00
code.nu avoid panic when using from nuon (#7533) 2022-12-21 16:42:23 -08:00
jonathan.xml Integration tests refactoring and visibility in them. 2019-07-16 05:33:41 -05:00
lines_test.txt
random_numbers.csv
sample_data.ods Add the from-ods command (#1161) 2020-01-07 19:35:00 +13:00
sample_data.xlsx
sample_def.nu Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
sample_headers.xlsx
sample-ls-output.json
sample-ps-output.json
sample-simple.json
sample-sys-output.json
sample.blockcommandparser Allow open to work with 'from ...' block commands (#5049) 2022-04-02 07:52:32 +13:00
sample.bson Add Decimal to sample.bson 2019-08-31 19:15:48 +02:00
sample.db
sample.eml Create benign email test fixture (#2445) 2020-08-29 12:57:50 -04:00
sample.ini Add end_plugin and sum 2019-07-27 06:40:00 +12:00
sample.nuon More nuon tests, fix table print (#4762) 2022-03-07 08:39:02 -05:00
sample.url Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
script_multiline.nu Rename count to length (#3166) 2021-03-14 10:46:40 +13:00
script.nu
sgml_description.json
utf16.ini