Skip to content

Commit

Permalink
Update outdated expected output for the markdown test (#128)
Browse files Browse the repository at this point in the history
Fixes #126.
  • Loading branch information
niklasmohrin authored Aug 11, 2020
1 parent 0b277c7 commit 64e2c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tar-markdown.expected
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 64e2c7b

Please sign in to comment.