Skip to content

Commit 27bce95

Browse files
committed
Unique labels in string interpolation tests.
1 parent 993e407 commit 27bce95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/string-interpolation/test-index.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Run with cwltest --test test-index.yaml --tool toil-cwl-runner -- --enable-dev
22

33
- id: iwdr-1
4-
label: escaping
4+
label: continuation
55
doc: Line continuations in bash scripts should behave correctly
66
tool: bash-line-continuation.cwl
77
output:
@@ -14,7 +14,7 @@
1414
tags: [ inline_javascript ]
1515

1616
- id: iwdr-2
17-
label: escaping
17+
label: continuation_expression
1818
doc: Line continuations in bash scripts should always behave correctly
1919
tool: bash-line-continuation-with-expression.cwl
2020
output:
@@ -27,7 +27,7 @@
2727
tags: [ inline_javascript ]
2828

2929
- id: iwdr-3
30-
label: escaping
30+
label: quoting_multiple_backslashes
3131
doc: Test quoting multiple backslashes
3232
tool: bash-dollar-quote.cwl
3333
output:
@@ -40,7 +40,7 @@
4040
tags: [ inline_javascript ]
4141

4242
- id: iwdr-4
43-
label: quotes
43+
label: escaping_expression_no_extra_quotes
4444
doc: Strings returned from JS expressions should not have extra quotes around them
4545
tool: js-quote.cwl
4646
output:

0 commit comments

Comments
 (0)