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"