nushell/crates/nu-command
NitinL 106ca65c58
Added fix for bug #8278 to read tag values from YAML files (#8354)
# Description

This PR adds a fix for reading tag values from YAML file.

A tag in YAML file is denoted by using the exclamation point ("!")
symbol.

For example - Key: !Value

Additional passing test has also been added supporting the bug fix - 
- `test_convert_yaml_value_to_nu_value_for_tagged_values`

The fix passes all the below required tests suites locally - 

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

---------

Co-authored-by: Nitin Londhe <nitin.londhe@genmills.com>
2023-03-16 09:50:30 -05:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions Add proptest regression (#8396) 2023-03-15 20:08:02 -07:00
src Added fix for bug #8278 to read tag values from YAML files (#8354) 2023-03-16 09:50:30 -05:00
tests make better usage of error value in catch block (#8460) 2023-03-15 20:56:18 -07:00
Cargo.toml Bump mockito from 0.32.5 to 1.0.0 (#8426) 2023-03-16 11:40:49 +01:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00