Fix YAML null value in fixture

The YAML null value is called `null` in YAML, not `Null`. yaml-rust
handles those values according to spec, so we should use the correct
capitalization.

See https://yaml.org/spec/1.2/spec.html#id2803362 for more
information.
This commit is contained in:
Benjamin Kästner 2020-08-14 17:46:51 +02:00
parent 2b101ad7e5
commit 15c441708b

View file

@ -21,7 +21,7 @@ args:
about: tests positionals with exclusions
index: 2
default_value_if:
- [flag, Null, some]
- [flag, null, some]
- [positional, other, something]
- flag:
short: f