miniwdl icon indicating copy to clipboard operation
miniwdl copied to clipboard

recognize interpolation nested in true= false=

Open mlin opened this issue 5 months ago • 1 comments

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.

mlin avatar Jan 20 '24 04:01 mlin