We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug The $inherit merge isn't behaving as expected.
To Reproduce Steps to reproduce the behavior:
Text output/Error Messages
The text was updated successfully, but these errors were encountered:
Waiting for python version of YAML loader from Derek.
Sorry, something went wrong.
The python YAML resolver is now in #350
dhower-qc
No branches or pull requests
Describe the bug
The $inherit merge isn't behaving as expected.
To Reproduce
Steps to reproduce the behavior:
Text output/Error Messages
TestYamlLoader#test_inherits_entire_object [lib/test/test_yaml_loader.rb:304]:
--- expected
+++ actual
@@ -1 +1 @@
-{"sub1"=>{"key_a"=>"new_value_a", "key_b"=>"value_b"}}
+{"sub1"=>{"key_a"=>"new_value_a"}}
The text was updated successfully, but these errors were encountered: