Update outdated expected output for the markdown test (#128)

Fixes #126.
This commit is contained in:
Niklas Mohrin 2020-08-11 21:04:48 +02:00 committed by GitHub
commit 64e2c7b799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,9 @@
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
- Extract an archive into a target directory:
- Extract a (compressed) archive into the target directory:
`tar xf {{source.tar}} -C {{directory}}`
`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}`
- Create a compressed archive, using archive suffix to determine the compression program: