view tests/data/delete-in-dict.yml @ 276:af371f9c016d

Allow deletion of key-value pairs when merging is done. When encountering the "{{::DEL::}}" special value the corresponding key-value pair is deleted.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 03 Oct 2020 17:11:41 +0200
parents
children
line wrap: on
line source

# -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*-
#
# Part of deletion check
#
%YAML 1.1
---

db:
  user:
    name: '{{::DEL::}}'

test:
  Str: '{{::DEL::}}'


to-be-deleted-but-reassigned: 'the last value'