Closed ctornatta closed 4 years ago
The documentation states that you can pass a empty string '' for the key value to append to the root of the yaml file.
''
key: description: - The path to the value you wish to modify. Emtpy string means the top of - the document
This change allows empty string to be passed in.
@ctornatta, please update the test cases so that we cover this test case. Thanks for your PR
The documentation states that you can pass a empty string
''
for the key value to append to the root of the yaml file.This change allows empty string to be passed in.