Skip to content

koshelevdk/yaml-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml-test

We want to create YAML file that can be processed by test_yaml.py script.

Initial content:

a:
  value1: foo
  value2: bar

b:
  value3: baz

Desired content:

a:
  value1: foo
  value2: bar

b:
  value3: baz

c:
  key1: #Here goes all keys from ".a"
  key2: #Here goes the value of ".b.value3"

Result example:

a:
  value1: foo
  value2: bar

b:
  value3: baz

c:
  key1:
    value1: foo
    value2: bar
  key2: baz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages