Multi-line strings have been approved for the development version of WDL: https://github.com/openwdl/wdl/pull/414. In addition, support for command {} style command blocks and ${} style placeholders has been removed.
This PR adds the necessary changes to the ANTLR4 grammar.
Multi-line strings have been approved for the
development
version of WDL: https://github.com/openwdl/wdl/pull/414. In addition, support forcommand {}
style command blocks and${}
style placeholders has been removed.This PR adds the necessary changes to the ANTLR4 grammar.