comparison tests/data/reference-style.yml @ 306:713f70d9c735

FIX: add forgotten file: configuration file to test tree references
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 26 Apr 2021 09:43:47 +0200
parents
children 15a1d5fd0aa1
comparison
equal deleted inserted replaced
305:f529ca46dd50 306:713f70d9c735
1 # -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*-
2 #
3 # For testing "references"
4 #
5 %YAML 1.1
6 ---
7
8 wsgi:
9 profiler:
10 # Replace the params dict with the "debugger"
11 params: !!str '{{ref:#wsgi.debugger}}'
12
13 testref:
14 here: '{{ref:#wsgi.profiler}}'