# HG changeset patch # User Franz Glasner # Date 1619423027 -7200 # Node ID 713f70d9c735ac2c3a69012d300f0bd2221ee276 # Parent f529ca46dd5004b85b5af09dfb15595988a792c1 FIX: add forgotten file: configuration file to test tree references diff -r f529ca46dd50 -r 713f70d9c735 tests/data/reference-style.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/data/reference-style.yml Mon Apr 26 09:43:47 2021 +0200 @@ -0,0 +1,14 @@ +# -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*- +# +# For testing "references" +# +%YAML 1.1 +--- + +wsgi: + profiler: + # Replace the params dict with the "debugger" + params: !!str '{{ref:#wsgi.debugger}}' + +testref: + here: '{{ref:#wsgi.profiler}}'