Skip to content
Snippets Groups Projects
Commit 7da67848 authored by mattijs's avatar mattijs
Browse files

ENH: testDict: key substitution

parent 8ea72e9f
Branches
Tags
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment