Mercurial > hgrepos > Python > libs > ConfigMix
comparison tests/data/reference-style.yml @ 313:15a1d5fd0aa1
Further unittest for config reference expansion
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Apr 2021 08:43:15 +0200 |
| parents | 713f70d9c735 |
| children |
comparison
equal
deleted
inserted
replaced
| 312:0788e8e162f6 | 313:15a1d5fd0aa1 |
|---|---|
| 10 # Replace the params dict with the "debugger" | 10 # Replace the params dict with the "debugger" |
| 11 params: !!str '{{ref:#wsgi.debugger}}' | 11 params: !!str '{{ref:#wsgi.debugger}}' |
| 12 | 12 |
| 13 testref: | 13 testref: |
| 14 here: '{{ref:#wsgi.profiler}}' | 14 here: '{{ref:#wsgi.profiler}}' |
| 15 | |
| 16 expand-ref-value: | |
| 17 key0: '{{testref.here.params.params.evalex}}' |
