···44 # This test uses the `funny.names` test option to
55 # demostrate different places and context-aspects that
66 # can contribute configurations to the host.
77- #
88- # Note that both host and user aspects include default
99- # and because of that, default owned and static values
1010- # might be duplicated. This is why users are NOT adviced
1111- # to abuse den.default.
1212- #
1313- # The behaviour is correct, but using den.default for
1414- # everything without care will cause deplication problems.
1515- # Instead, users should include either directly on the host
1616- # or by using `den.ctx.host` or `den.ctx.user`.
177 flake.tests.ctx-transformation.test-host = denTest (
188 {
199 den,
···161151162152 expected = [
163153 "default-anyctx {aspect-chain,class}"
164164- "default-anyctx {aspect-chain,class}"
165154 "default-anyctx {host,user}"
166155 "default-anyctx {host}"
167156···170159 "default-host-lax {host}"
171160172161 "default-owned"
173173- "default-owned"
174162175175- "default-static"
176163 "default-static"
177164178165 "default-user-lax {host,user}"