miniwdl
miniwdl copied to clipboard
recognize interpolation nested in true= false=
e.g.
~{true='hello ~{name}' false='goodbye ~{name}' condition}
The WDL spec says the RHS of true= and false= "MUST be string literals", not 100% clear whether that includes interpolations.