Files
podman/test/e2e/quadlet/line-continuation-whitespace.container
Ygal Blum 70a53cb76a Quadlet - fix trailing whitespaces handling
Remove all trailing white spaces from all lines before the line by line
processing
Add test
Exclude the unit file used for the test from whitespace check

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
2024-01-02 12:26:44 +02:00

10 lines
280 B
Plaintext

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