File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ arguments:
18
18
- position : ${return 2;}
19
19
valueFrom : singular
20
20
- position : ${return null;}
21
- valueFrom : 🕺
21
+ valueFrom : "\U0001F57A"
22
22
outputs :
23
23
out :
24
24
type : string
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ def test_bad_basecommand_docker():
890
890
assert "permanentFail" in stderr , stderr
891
891
assert error_code == 1
892
892
893
- @pytest .mark .skipif (onWindows () and six .PY2 , reason = "emojis not supported with Py2 under Windows" )
893
+ # @pytest.mark.skipif(onWindows() and six.PY2, reason="emojis not supported with Py2 under Windows")
894
894
def test_v1_0_position_expression ():
895
895
test_file = "tests/echo-position-expr.cwl"
896
896
test_job = "tests/echo-position-expr-job.yml"
You can’t perform that action at this time.
0 commit comments