File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/string-interpolation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Run with cwltest --test test-index.yaml --tool toil-cwl-runner -- --enable-dev
2
2
3
3
- id : iwdr-1
4
- label : escaping
4
+ label : continuation
5
5
doc : Line continuations in bash scripts should behave correctly
6
6
tool : bash-line-continuation.cwl
7
7
output :
14
14
tags : [ inline_javascript ]
15
15
16
16
- id : iwdr-2
17
- label : escaping
17
+ label : continuation_expression
18
18
doc : Line continuations in bash scripts should always behave correctly
19
19
tool : bash-line-continuation-with-expression.cwl
20
20
output :
27
27
tags : [ inline_javascript ]
28
28
29
29
- id : iwdr-3
30
- label : escaping
30
+ label : quoting_multiple_backslashes
31
31
doc : Test quoting multiple backslashes
32
32
tool : bash-dollar-quote.cwl
33
33
output :
40
40
tags : [ inline_javascript ]
41
41
42
42
- id : iwdr-4
43
- label : quotes
43
+ label : escaping_expression_no_extra_quotes
44
44
doc : Strings returned from JS expressions should not have extra quotes around them
45
45
tool : js-quote.cwl
46
46
output :
You can’t perform that action at this time.
0 commit comments