fix cue fmt

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-05-26 18:45:11 -07:00
parent 5d63b22ad1
commit af32e60b37
6 changed files with 20 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ package def
do: "exec"
dir: "/"
args: ["sh", "-c", """
echo success
"""]
echo success
"""]
},
]

View File

@@ -11,8 +11,8 @@ dang: string
do: "exec"
dir: "/"
args: ["sh", "-c", """
echo "This test SHOULD fail, because this SHOULD be executed"
exit 1
"""]
echo "This test SHOULD fail, because this SHOULD be executed"
exit 1
"""]
},
]

View File

@@ -11,7 +11,7 @@ dang?: string
do: "exec"
dir: "/"
args: ["sh", "-c", """
echo success
"""]
echo success
"""]
},
]