From 7da6784897bb9220c04dfd93a36beddaa452a6c3 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 8 May 2013 14:11:13 +0100 Subject: [PATCH] ENH: testDict: key substitution --- applications/test/dictionary/testDict | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/test/dictionary/testDict b/applications/test/dictionary/testDict index 9aee1a35bf..6e52395a48 100644 --- a/applications/test/dictionary/testDict +++ b/applications/test/dictionary/testDict @@ -47,6 +47,10 @@ x 5; varName x; +//Indirection for keys +key inlet_9; + + boundaryField { Default_Boundary_Region @@ -63,6 +67,7 @@ boundaryField inlet_6 { $.inactive } // Test scoping inlet_7 { ${inactive}} // Test variable expansion inlet_8 { $inactive } + ${key} { $inactive } #include "testDictInc"