wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## This is a test of multi-line strings from WDL 1.2
## There should be no diagnostics for this test.

version 1.3

workflow ok {
    String ok = <<<
        This is a multi-line string.
        It may contain either ${<<<dollar>>>} or ~{"tilde"} placeholders.
        It may contain line continuations \
        And escaped endings \>>>.
    >>>
}