Sha256: 41a2af816c4c5330900fb66ecfbce1066485f0cbde8d216d84d486ea8031e0bf

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

---
keya:
    second:
      KEY_A: valuea
      KEY_B: valueb # Comment
      KEY_C: 'value c'
      KEY_D: "value d" # Comment
keyb:
  -
    KEY_A: valuea
    KEY_B: valueb # Comment
    KEY_C: 'value c'
    KEY_D: "value d" # Comment
  -
    KEY_A: valuee
    KEY_B: valuef # Comment
    KEY_C: 'value g'
    KEY_D: "value h" # Comment
  - # Empty elements should be ignored
  -
    KEY_A: valuei
    KEY_B: valuej # Comment
    KEY_C: 'value k'
    KEY_D: "value l" # Comment
  - SAMELINE: "a value m"
    ANOTHER: 'extra value'
  - ONITSOWN: 'standalone value'
keyc:
  coll:
    - name: 'index 0'
    - name: 'index 1'
keyd:
  -
    nested:
      -
        KEY_A: 'foo'
        KEY_B: 'bar'
    another:
      -
        KEY_A: 'one'
        KEY_B: 'two'
  -
    toignore:
      -
        ignorema: 'dummy'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yaml_editor-0.0.2 test/data/testdata.yml