github.com/containers/podman/v5@v5.1.0-rc1/test/e2e/quadlet/line-continuation-whitespace.container (about)

     1  ## assert-podman-final-args localhost/imagename "/some/binary file" "--arg1" "arg 2"
     2  ## assert-podman-args "--publish" "80:80"
     3  
     4  [Container]
     5  Image=localhost/imagename
     6  # Keep whitespace at the end of the following line
     7  Exec="/some/binary file" --arg1 \ 
     8    "arg 2"
     9  PublishPort=80:80