Skip to content

Commit

Permalink
Bring back whitespace as that should be supported by the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stxue1 committed Jul 3, 2024
1 parent 4935071 commit 28f3503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -7078,8 +7078,8 @@ version 1.1
task read_bool {
command <<<
printf "true" > true_file
printf "false" > false_file
printf " true \n" > true_file
printf " false \n" > false_file
>>>
output {
Expand Down

0 comments on commit 28f3503

Please sign in to comment.