Skip to content

Merge references are not correctly handled #59

@cobalthex

Description

@cobalthex
---
defaults: &defaults
  A: 1
  B: 2
mapping:
  << : *defaults
  A: 23
  C: 99

should parse as

mapping.A = 23
mapping.B = 2
mapping.C = 99

but instead parses as

mapping.<<.A = 1
mapping.<<.B = 2
mapping.A = 23
mapping.C = 99

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions